hanchenye-llvm-project/lldb/source
Jim Ingham 0fd1b75f50 Fix ignore counts on breakpoints so they actually work.
llvm-svn: 159233
2012-06-26 22:27:55 +00:00
..
API Add API logging to SBCommandInterpreter::HandleCompletion(). 2012-06-26 01:21:59 +00:00
Breakpoint Fix ignore counts on breakpoints so they actually work. 2012-06-26 22:27:55 +00:00
Commands Chnage VerifyWatchpointIDs() from a static function to a class function to be called from other source files. 2012-06-19 22:12:58 +00:00
Core Committed a change to the SectionList that introduces 2012-06-08 02:16:08 +00:00
Expression Minor fixes for ARM/iOS targets: 2012-06-08 22:20:41 +00:00
Host Bump version number to lldb-160. 2012-06-21 01:41:15 +00:00
Interpreter Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
Plugins Additional comment in ObjectFileMachO::ParseSymtab to explain 2012-06-22 03:28:35 +00:00
Symbol Fixed a crash in logging when the name of an 2012-05-25 18:12:26 +00:00
Target The StepOverBreakpoint plan should only explain eStopReasonTrace. It didn't cause any other exceptional stop reason. 2012-06-22 20:42:22 +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