hanchenye-llvm-project/lldb/source/Plugins
Greg Clayton 1f5181aa45 <rdar://problem/11744001>
Fixed an issue where GDB servers that don't support the thread suffix could get registers states incorrectly due to an incorrect assumption that the current register thread (set using the "Hg%x" packet) will always be cached between runs. Now we clear the cached register thred when the process is resumed.

llvm-svn: 159603
2012-07-02 22:05:25 +00:00
..
ABI <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
Disassembler/llvm <rdar://problem/11330621> 2012-05-10 02:52:23 +00:00
DynamicLoader We were accessing the ModuleList in the target without locking it for tasks like 2012-05-30 02:19:25 +00:00
Instruction/ARM <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
LanguageRuntime We were accessing the ModuleList in the target without locking it for tasks like 2012-05-30 02:19:25 +00:00
ObjectContainer <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
ObjectFile Additional comment in ObjectFileMachO::ParseSymtab to explain 2012-06-22 03:28:35 +00:00
OperatingSystem/Darwin-Kernel Fix comment typeo. 2012-05-16 00:36:41 +00:00
Platform Make sure the module_uuid_ptr is non-NULL before checking whether its contents match the module's UUID. 2012-06-05 00:34:37 +00:00
Process <rdar://problem/11744001> 2012-07-02 22:05:25 +00:00
SymbolFile Committed a change to the SectionList that introduces 2012-06-08 02:16:08 +00:00
SymbolVendor/MacOSX Added the ability to read the dSYM plist file with source remappings even when DebugSymbols isn't used to find the dSYM. We now parse the plist as XML in the MacOSX symbol vendor. 2012-06-27 22:22:28 +00:00
UnwindAssembly Add support for function with stack frame checks added by the compiler; 2012-05-25 01:54:06 +00:00
Makefile Enable building the POSIX-DYLD dynamic loader plug-in in the Makefile build since it can be used for remote debugging. 2012-04-05 17:43:02 +00:00