llvm-project/lldb/source
Johnny Chen d3761a7e10 Cannot break the existing API client of SBValue::Watch(bool resolve_location, bool read, bool write).
Leave this method in the codebase for a while.

llvm-svn: 157967
2012-06-04 23:45:50 +00:00
..
API Cannot break the existing API client of SBValue::Watch(bool resolve_location, bool read, bool write). 2012-06-04 23:45:50 +00:00
Breakpoint We were accessing the ModuleList in the target without locking it for tasks like 2012-05-30 02:19:25 +00:00
Commands rdar://problem/11584012 2012-06-04 23:19:54 +00:00
Core We were accessing the ModuleList in the target without locking it for tasks like 2012-05-30 02:19:25 +00:00
Expression Made nil resolve as (id)0 and not be looked up 2012-05-31 17:49:31 +00:00
Host When the Platform launches a process for debugging, make sure it goes into a separate process group, otherwise ^C will both cause us to try to Stop it manually, AND send it a SIGINT, which can confuse us. 2012-06-01 01:22:13 +00:00
Interpreter Give more explicit error messages when watchpoint creation command (watchpoint set) fails, 2012-06-04 20:08:23 +00:00
Plugins Fixed handling of Objective-C properties to ensure 2012-06-04 22:28:05 +00:00
Symbol Fixed a crash in logging when the name of an 2012-05-25 18:12:26 +00:00
Target rdar://problem/11584012 2012-06-04 23:19:54 +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