hanchenye-llvm-project/lldb/source
Enrico Granata 273d177bdf <rdar://problem/11589605> Making a
'type category enable *' command
to match 'type category disable *'

llvm-svn: 161882
2012-08-14 18:18:07 +00:00
..
API Add explicit casts to bool in "shared pointer is valid" constructs that return bool. 2012-08-11 00:35:26 +00:00
Breakpoint Simplify the "Watchpoint ... hit" printout, make it more terse. 2012-08-13 23:27:50 +00:00
Commands <rdar://problem/11589605> Making a 2012-08-14 18:18:07 +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-11 00:49:14 +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 When emulating instructions that read from memory, 2012-08-13 21:53:35 +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 Simplify the "Watchpoint ... hit" printout, make it more terse. 2012-08-13 23:27:50 +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