hanchenye-llvm-project/lldb/source
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
..
API 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
Breakpoint Fix ignore counts on breakpoints so they actually work. 2012-06-26 22:27:55 +00:00
Commands Make 'watchpoint set' default to write instead of read_write. 2012-06-29 19:35:01 +00:00
Core <rdar://problem/11755446> Making sure to provide summaries for one more NSString subclass 2012-06-28 23:05:43 +00:00
Expression Minor fixes for ARM/iOS targets: 2012-06-08 22:20:41 +00:00
Host Bump version number to lldb-160. 2012-06-21 01:41:15 +00:00
Interpreter Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
Plugins <rdar://problem/11744001> 2012-07-02 22:05:25 +00:00
Symbol Fixed a crash in logging when the name of an 2012-05-25 18:12:26 +00:00
Target Add an "extra-startup-commands" process setting so we can send some command strings to the actual process plugin to interpret as it wishes. 2012-07-02 05:40:07 +00:00
Utility Removed redundant isxdigit checks and added the ability to GetHexU8() so it can extract an 8 bit hex value if one is available. It will set EOF if "set_eof_on_fail" is true or if out of data. This allows a string decoder to grab a string without losing the last part of the packet with a packet like "414243,abc" (it can extract "ABC" and leave the file position set to the comma). 2012-04-07 00:42:53 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Patch from Filipe Cabecinhas. 2012-04-26 17:07:53 +00:00
lldb.cpp Register the ProcessGDBRemote plugin ahead of the ProcessKDP plugin 2012-06-01 01:39:46 +00:00