llvm-project/lldb/source
Greg Clayton a98fde5d70 <rdar://problem/11819635>
llvm-svn: 159844
2012-07-06 17:58:01 +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 <rdar://problem/11800213> 2012-07-03 20:54:16 +00:00
Core <rdar://problem/11819635> 2012-07-06 17:58:01 +00:00
Expression Fixed a potential crash if a metadata category 2012-07-04 01:26:26 +00:00
Host Bump versions to lldb-161, debugserver-188. 2012-07-06 01:32:10 +00:00
Interpreter Change the "run" / "r" command alias to not use --shell for lldb 2012-07-06 02:46:23 +00:00
Plugins Work around some problems destroying a process with older debugservers. 2012-07-04 00:35:43 +00:00
Symbol Fixed a crash in logging when the name of an 2012-05-25 18:12:26 +00:00
Target Work around some problems destroying a process with older debugservers. 2012-07-04 00:35:43 +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