hanchenye-llvm-project/lldb/source/Plugins
Greg Clayton 3649ef008d Fixed the remaining test suite failures after the recent objective C cleanup
and fixes we did. Now that objective C classes are represented by symbols with
their own type, there were a few more places in the objective C code that needed
to be fixed when searching for dynamic types.

Cleaned up the objective C runtime plug-in a bit to not keep having to create
constant strings and make one less memory access when we find an "isa" in the
objective C cache.

llvm-svn: 145799
2011-12-05 06:07:35 +00:00
..
ABI Have the FuncUnwinder object request & provide an architecture-defined 2011-09-15 00:44:34 +00:00
Disassembler/llvm Patch from Daniel Dunbar for future-proof against http://llvm.org/viewvc/llvm-project?view=rev&revision=145331. 2011-11-29 01:09:49 +00:00
DynamicLoader Turn off the resolver detection till we find a better method to do so. 2011-11-30 03:15:08 +00:00
Instruction/ARM Fixed some warnings after enabling some stricter warnings in the Xcode project 2011-10-31 23:51:19 +00:00
LanguageRuntime Fixed the remaining test suite failures after the recent objective C cleanup 2011-12-05 06:07:35 +00:00
ObjectContainer Update declarations for all functions/methods that accept printf-style 2011-09-20 21:44:10 +00:00
ObjectFile Testcase fixes with the new symbol lookup code for 2011-12-03 04:38:43 +00:00
OperatingSystem/Darwin-Kernel build: Add the Darwin-Kernel Makefile. 2011-10-31 23:38:34 +00:00
Platform Typo in error string. 2011-11-29 21:16:36 +00:00
Process Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This 2011-12-01 23:28:38 +00:00
SymbolFile Added the ability for clients to grab a set of symbol table indexes and then 2011-12-03 20:02:42 +00:00
SymbolVendor/MacOSX Don't put modules for .o files into the global shared module list. We 2011-09-18 18:59:15 +00:00
UnwindAssembly Patch from Daniel Dunbar for future-proof against http://llvm.org/viewvc/llvm-project?view=rev&revision=145331. 2011-11-29 01:09:49 +00:00
Makefile build: Build in the Darwin-Kernel OperatingSystem plugin. 2011-10-31 22:51:11 +00:00