llvm-project/lldb/source/Plugins
Sean Callanan 439265aba4 Logging improvements for the Objective-C runtime.
Also fixed a bug where the Objective-C runtime
would not properly report that it found a class if
(a) it had to build the ObjCInterfaceDecl for the
class and (b) logging was enabled.

<rdar://problem/12641180>

llvm-svn: 167516
2012-11-07 01:27:50 +00:00
..
ABI Add a new capability to RegisterContextLLDB: To recognize when the 2012-10-26 06:08:58 +00:00
Disassembler/llvm Bunch of cleanups for warnings found by the llvm static analyzer. 2012-10-12 17:34:26 +00:00
DynamicLoader Fix an incorrect comment... 2012-10-29 19:24:56 +00:00
Instruction/ARM Fix the bit pattern for vst1 in EmulateInstructionARM::GetThumbOpcodeForInstruction 2012-10-31 02:00:46 +00:00
LanguageRuntime Logging improvements for the Objective-C runtime. 2012-11-07 01:27:50 +00:00
ObjectContainer Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch(). 2012-11-04 03:20:05 +00:00
ObjectFile <rdar://problem/12602978> 2012-10-30 23:57:32 +00:00
OperatingSystem Allow operating system plug-ins to specify the address for registers so we don't have to create data up front. 2012-10-25 17:56:31 +00:00
Platform Make sure to check the module is valid after trying to find a shared module. 2012-11-06 17:50:15 +00:00
Process There seems to be some odd corner case where we shut down the ProcessGDBRemote, but we haven't managed to shut down the async thread. That causes the ProcessGDBRemote::AsyncThread to crash when it wakes up. So I changed StartAsyncThread and StopAsyncThread to be callable multiple times (only the first one does anything) so that we can just shut it down unequivocally in the ProcessGDBRemote destructor. 2012-11-01 01:15:33 +00:00
SymbolFile Added unnamed bitfields to our bitfield test. 2012-11-06 18:22:59 +00:00
SymbolVendor/MacOSX <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
UnwindAssembly Add a new capability to RegisterContextLLDB: To recognize when the 2012-10-26 06:08:58 +00:00
Makefile Patch submitted by Dan Malea -- I introduced a dependency between 2012-10-04 02:16:06 +00:00