llvm-project/lldb/source
Jim Ingham d846f1f2b1 The API lock was getting dropped too soon in GetVariables. GetValueObjectForFrameVariable could run the target (to get dynamic values) and that requires the target lock.
llvm-svn: 154711
2012-04-13 23:29:44 +00:00
..
API The API lock was getting dropped too soon in GetVariables. GetValueObjectForFrameVariable could run the target (to get dynamic values) and that requires the target lock. 2012-04-13 23:29:44 +00:00
Breakpoint No functionality changes, mostly cleanup. 2012-04-11 00:24:49 +00:00
Commands No functionality changes, mostly cleanup. 2012-04-11 00:24:49 +00:00
Core Cleaned up code that was getting SBData for an SBInstruction. 2012-04-11 21:13:31 +00:00
Expression Make sure frozen_sp for a ClangExpressionVariable 2012-04-12 16:58:26 +00:00
Host In debug mode, assert if we haven't initialized a mutex we thought we'd initialized. 2012-04-13 23:28:33 +00:00
Interpreter Fixing a potential crasher where Python would assume we have no thread state while clearing out an SBDebugger which was acquiring input from the interactive interpreter 2012-04-04 17:31:29 +00:00
Plugins Added the thread ID (tid) to each packet history item and the packet history now always dumps to a lldb_private::Stream. 2012-04-13 21:24:18 +00:00
Symbol Added a mechanism for keeping track of where in 2012-04-13 00:10:03 +00:00
Target Don't do the work in DoTakedown if the thread plan isn't valid. 2012-04-13 23:11:52 +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 Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Add a logging mode that takes a callback and flush'es to that callback. 2012-02-21 02:23:08 +00:00
lldb.cpp Revert r154086. It may be needed for Darwin. But the symbols are still missing in the dylib. 2012-04-05 17:38:07 +00:00