llvm-project/lldb/source
Jim Ingham 54cc6e407a If we hit a breakpoint but there's a thread specifier which doesn't match this thread, return no stop reason.
llvm-svn: 160080
2012-07-11 21:41:19 +00:00
..
API <rdar://problem/11357711> 2012-07-07 01:24:12 +00:00
Breakpoint Fix ignore counts on breakpoints so they actually work. 2012-06-26 22:27:55 +00:00
Commands Fixed an issue where if you ask to search the global list of modules for a module with "target modules list", if it found a match in the current target, it would skip looking at the global list. Now if you ask for the global list, we use it and skip the target. 2012-07-11 20:46:47 +00:00
Core Don't call DoOnRemoval if you are just peeking at events. 2012-07-11 21:40:40 +00:00
Expression Fixed a potential crash if a metadata category 2012-07-04 01:26:26 +00:00
Host Fixed errors and warnings on debug code. 2012-07-09 13:34:19 +00:00
Interpreter Turning the interpreter mutex into a static global to avoid a potential leak. Might need to be turned back into a pointer if it causes issues with the destructor chain. 2012-07-10 19:04:14 +00:00
Plugins If we hit a breakpoint but there's a thread specifier which doesn't match this thread, return no stop reason. 2012-07-11 21:41:19 +00:00
Symbol Fixed a crash in logging when the name of an 2012-05-25 18:12:26 +00:00
Target Fixed a bug that caused the Process not to rebroadcast 2012-07-11 21:31:24 +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