llvm-project/lldb/source/Plugins
Greg Clayton c615ce4964 Fixed an issue in the DWARF parser that was causing forward declarations
to not get resolved.

Fixed the "void **isa_ptr" variable inside the objective C verifier to start
with a '$' character so we don't go looking for it in our program.

Moved the lookup for "$__lldb_class" into the part that knows we are looking
for internal types that start with a '$'.

llvm-svn: 118488
2010-11-09 04:42:43 +00:00
..
ABI Modified all logging calls to hand out shared pointers to make sure we 2010-11-06 01:53:30 +00:00
Disassembler/llvm Revert last checkin to DisassemblerLLVM.cpp; that was some temporary 2010-11-04 09:53:38 +00:00
DynamicLoader/MacOSX-DYLD Modified all logging calls to hand out shared pointers to make sure we 2010-11-06 01:53:30 +00:00
LanguageRuntime Fixed an issue in the DWARF parser that was causing forward declarations 2010-11-09 04:42:43 +00:00
ObjectContainer Add UserSettings to Target class, making Target settings 2010-09-20 20:44:43 +00:00
ObjectFile Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +00:00
Process Implement RegisterContext::WriteRegisterBytes in RegisterContextLLDB. 2010-11-09 04:31:16 +00:00
SymbolFile Fixed an issue in the DWARF parser that was causing forward declarations 2010-11-09 04:42:43 +00:00
SymbolVendor/MacOSX Change over to using the definitions for mach-o types and defines to the 2010-07-21 22:12:05 +00:00
Makefile Fix makefiles to build properly on Darwin. 2010-07-24 04:10:59 +00:00