llvm-project/lldb/source/Symbol
Greg Clayton c4ffd66f06 <rdar://problem/13119621>
Make dynamic type detection faster by using the AST metadata to help out and allow us not to complete types when we don't need to.

After running "purge" on a MacOSX system, the Xcode variables view now populates more than 3x faster with this fix.

llvm-svn: 176676
2013-03-08 01:37:30 +00:00
..
Block.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
CMakeLists.txt Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
ClangASTContext.cpp <rdar://problem/13119621> 2013-03-08 01:37:30 +00:00
ClangASTImporter.cpp Fixed some problems with type deportation: 2013-02-28 03:12:58 +00:00
ClangASTType.cpp Fixed enum printing for negative enums. There previously was no testing to validate that enum values were being displayed correctly. 2013-03-06 06:23:54 +00:00
ClangExternalASTSourceCallbacks.cpp Made LLDB build with the latest Clang. This meant 2013-02-12 08:01:13 +00:00
ClangExternalASTSourceCommon.cpp This is the first phase of supporting the DW_AT_object_pointer tag. I expanded the decl metadata 2012-10-27 02:54:13 +00:00
ClangNamespaceDecl.cpp Added a packet history object to the GDBRemoteCommunication class that is always remembering the last 512 packets that were sent/received. These packets get dumped if logging gets enabled, or when the new expr lldb::DumpProcessGDBRemotePacketHistory (void *process, const char *log_file_path) global function is called. 2012-04-09 22:46:21 +00:00
CompileUnit.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
DWARFCallFrameInfo.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
Declaration.cpp Allow the built in ValueObject summary providers for C strings 2011-07-10 19:21:23 +00:00
FuncUnwinders.cpp Add a new capability to RegisterContextLLDB: To recognize when the 2012-10-26 06:08:58 +00:00
Function.cpp <rdar://problem/13338643> 2013-03-04 21:46:16 +00:00
LineEntry.cpp <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
LineTable.cpp <rdar://problem/13362109> 2013-03-06 23:23:27 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
ObjectFile.cpp <rdar://problem/13338643> 2013-03-04 21:46:16 +00:00
Symbol.cpp Add GNU indirect function support in expressions for Linux. 2013-02-27 20:13:38 +00:00
SymbolContext.cpp <rdar://problem/13265297> 2013-02-23 04:12:47 +00:00
SymbolFile.cpp Save more memory by not parsing the symbol table for stand alone DWARF files. We currently have SymbolFile plug-ins which all get the chance to say what they can parse in a symbol file. Prior to this fix we would ask the SymbolFileDWARF plug-in what abilities it had, and it would answer with "everything", and then we would check the SymbolFileSymtab plug-in what abilities it had, in case it had more abilities. The checking that SymbolFileSymtab does is a bit expensive as it pulls in the entire symbol table just to see if it can offer a few scraps of debug information. This causes all stand along DWARF files to pull in their symbol tables even though those symbols will never be used. This fix will check all SymbolFile plug-ins for their abilities and if any plug-in responds with "everything", then we stop the search. 2012-04-26 16:53:42 +00:00
SymbolVendor.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
Symtab.cpp <rdar://problem/13338643> 2013-03-04 21:46:16 +00:00
Type.cpp <rdar://problem/12897838> 2013-03-04 17:20:57 +00:00
TypeHierarchyNavigator.cpp Brought LLDB top-of-tree into sync with LLVM/Clang 2012-09-24 22:25:51 +00:00
TypeList.cpp <rdar://problem/12473003> 2012-10-22 16:19:56 +00:00
UnwindPlan.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
UnwindTable.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
Variable.cpp <rdar://problem/13265297> 2013-02-23 04:12:47 +00:00
VariableList.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
VerifyDecl.cpp Added VerifyDecl, a function that, when LLDB is 2011-10-26 01:06:27 +00:00