llvm-project/lldb/source/Plugins
Greg Clayton 49bd1c847b Added Symtab::FindSymbolByID() in preparation for enabling the minimal
symbol tables. Minimal symbol tables enable us to merge two symbols, one
debug symbol and one linker symbol, into a single symbol that can carry
just as much information and will avoid duplicate symbols in the symbol
table.

llvm-svn: 113223
2010-09-07 17:36:17 +00:00
..
ABI Added support for objective C built-in types: id, Class, and SEL. This 2010-08-03 00:35:52 +00:00
Disassembler/llvm Added extensive logging of the code that is actually going 2010-07-23 02:19:15 +00:00
DynamicLoader/MacOSX-DYLD Change Target & Process so they can really be initialized with an invalid architecture. 2010-08-09 23:31:02 +00:00
ObjectContainer Change Target & Process so they can really be initialized with an invalid architecture. 2010-08-09 23:31:02 +00:00
ObjectFile Added Symtab::FindSymbolByID() in preparation for enabling the minimal 2010-09-07 17:36:17 +00:00
Process Cleaned up step logging a bit. 2010-09-03 22:45:01 +00:00
SymbolFile Improved name demangling performance by 20% on darwin. 2010-09-03 23:26:12 +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