llvm-project/lldb/source
Johnny Chen 4ac1d9e160 Added back member initialization for m_batch_command_mode, which was most likely removed accidentally a while back.
The consequence occurred recently probably due to our swicth to build with c++11.
This fixed 3 test failures.

llvm-svn: 161625
2012-08-09 22:06:10 +00:00
..
API <rdar://problem/11275622> 2012-07-31 23:39:10 +00:00
Breakpoint Fix ignore counts on breakpoints so they actually work. 2012-06-26 22:27:55 +00:00
Commands <rdar://problem/11578397> Adding a new --summary-string option for the frame variable command which allows the user to provide a summary string with which he wants to display the variables without having to make a named summary first 2012-08-09 22:02:51 +00:00
Core Turn on function args by default in thread & frame formats. 2012-08-09 20:29:34 +00:00
Expression Removed explicit NULL checks for shared pointers 2012-08-09 00:50:26 +00:00
Host Updating Xcode project version numbers for lldb-165 and debugserver-192 2012-08-07 00:32:29 +00:00
Interpreter Added back member initialization for m_batch_command_mode, which was most likely removed accidentally a while back. 2012-08-09 22:06:10 +00:00
Plugins Removed explicit NULL checks for shared pointers 2012-08-09 00:50:26 +00:00
Symbol <rdar://problem/10449092> Adding a new uppercase hex format specifier. This commit also changes the short names for formats so that uppercase hex can be 'X', which was previously assigned to hex float. hex float now has no short name. 2012-08-09 19:33:34 +00:00
Target Removed explicit NULL checks for shared pointers 2012-08-09 00:50:26 +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