llvm-project/lldb/source
Johnny Chen 7b9f93a186 Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>:
Hello everyone,
 
please find the attached patch for TOT and lldb-platform-work branch, which provides the following changes:
 - fixed a crash in the ProcessPOSIX constructor when an executable module object is not yet created.
 - added support for the multi instanciated FreeBSD platform objects (the local host and remote as example).
 - enabled the remote gdb plugin on FreeBSD.

llvm-svn: 154724
2012-04-14 00:54:42 +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 Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>: 2012-04-14 00:54:42 +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 Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>: 2012-04-14 00:54:42 +00:00