llvm-project/lldb/source
Greg Clayton 8179bcac55 <rdar://problem/11791234>
Fixed an issue that could cause references the shared data for an object file to stay around longer than intended and could cause memory bloat when debugging multiple times.

llvm-svn: 161716
2012-08-10 23:33:27 +00:00
..
API <rdar://problem/11275622> 2012-07-31 23:39:10 +00:00
Breakpoint rdar://problem/11457143 [ER] need "watchpoint command ..." 2012-08-09 23:09:42 +00:00
Commands Use the file completer for "process launch" arguments. 2012-08-10 21:48:41 +00:00
Core Turn on function args by default in thread & frame formats. 2012-08-09 20:29:34 +00:00
Expression <rdar://problem/11791234> 2012-08-10 23:33:27 +00:00
Host Updating Xcode project version numbers for lldb-165 and debugserver-192 2012-08-07 00:32:29 +00:00
Interpreter rdar://problem/11457143 [ER] need "watchpoint command ..." 2012-08-09 23:09:42 +00:00
Plugins <rdar://problem/11791234> 2012-08-10 23:33:27 +00:00
Symbol Remove a little unuseful output from the UnwindPlan::Row::Dump and UnwindPlan::Dump methods. 2012-08-10 20:52:59 +00:00
Target rdar://problem/11457143 2012-08-09 23:10:57 +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