llvm-project/lldb/source
Enrico Granata 4b7b5aa0bc <rdar://problem/11773899> Formatters for BOOL* and BOOL&
llvm-svn: 160181
2012-07-13 18:55:41 +00:00
..
API <rdar://problem/11791234> 2012-07-12 20:32:19 +00:00
Breakpoint Fix ignore counts on breakpoints so they actually work. 2012-06-26 22:27:55 +00:00
Commands Add a new 'target modules show-unwind' command to show the different 2012-07-12 00:20:07 +00:00
Core <rdar://problem/11773899> Formatters for BOOL* and BOOL& 2012-07-13 18:55:41 +00:00
Expression Fixed a potential crash if a metadata category 2012-07-04 01:26:26 +00:00
Host Resolve source paths that start with ~ when doing substitutions. 2012-07-13 01:20:25 +00:00
Interpreter <rdar://problem/11791234> 2012-07-12 20:32:19 +00:00
Plugins Resolve source paths that start with ~ when doing substitutions. 2012-07-13 01:20:25 +00:00
Symbol Added a mutex to the call frame info to guard 2012-07-12 01:11:40 +00:00
Target Make the setting for "target.process.thread.step-avoid-regexp" work for inlined functions, not just concrete top level functions. 2012-07-13 00:19:40 +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