llvm-project/lldb/source/Plugins
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
..
ABI rdar://problem/10652076 2012-02-29 01:07:59 +00:00
Disassembler/llvm Expose GetAddressClass() from both the SBAddress and SBInstruction so clients can tell the difference between ARM/Thumb opcodes when disassembling ARM. 2012-04-13 00:07:34 +00:00
DynamicLoader Commit missing function prototype. 2012-03-21 22:50:54 +00:00
Instruction/ARM rdar://problem/11031743 2012-03-13 21:07:03 +00:00
LanguageRuntime We sometimes need to be able to call functions (via Process::RunThreadPlan) from code run on the private state thread. To do that we have to 2012-04-07 00:00:41 +00:00
ObjectContainer <rdar://problem/10434005> 2012-03-14 03:07:05 +00:00
ObjectFile Expose GetAddressClass() from both the SBAddress and SBInstruction so clients can tell the difference between ARM/Thumb opcodes when disassembling ARM. 2012-04-13 00:07:34 +00:00
OperatingSystem/Darwin-Kernel Trying to solve our disappearing thread issues by making thread list updates safer. 2012-04-10 00:18:59 +00:00
Platform Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>: 2012-04-14 00:54:42 +00:00
Process Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>: 2012-04-14 00:54:42 +00:00
SymbolFile Added a mechanism for keeping track of where in 2012-04-13 00:10:03 +00:00
SymbolVendor/MacOSX <rdar://problem/8196933> 2012-03-15 21:01:31 +00:00
UnwindAssembly Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
Makefile Enable building the POSIX-DYLD dynamic loader plug-in in the Makefile build since it can be used for remote debugging. 2012-04-05 17:43:02 +00:00