hanchenye-llvm-project/lldb/source/Symbol
Greg Clayton 45f6973967 New compiler warnings caught issues with the m_encoding_uid field that should have been a lldb::user_id_t type, but was a uint32_t a long time ago and never got updated.
llvm-svn: 167774
2012-11-12 22:54:26 +00:00
..
Block.cpp Add a convenience function to get the range containing a given PC specified as load address + Target. 2012-08-31 23:49:32 +00:00
ClangASTContext.cpp s/BCPLComment/LineComment/ (llvm r167690) 2012-11-12 21:26:32 +00:00
ClangASTImporter.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
ClangASTType.cpp <rdar://problem/12585314> 2012-11-01 23:20:02 +00:00
ClangExternalASTSourceCallbacks.cpp I have brought LLDB up-to-date with top of tree 2012-02-04 08:49:35 +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 <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
DWARFCallFrameInfo.cpp Add a new capability to RegisterContextLLDB: To recognize when the 2012-10-26 06:08:58 +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 Bunch of cleanups for warnings found by the llvm static analyzer. 2012-10-12 17:34:26 +00:00
LineEntry.cpp <rdar://problem/10103468> 2012-02-24 01:59:29 +00:00
LineTable.cpp <rdar://problem/11149427> 2012-03-29 20:50:37 +00:00
Makefile
ObjectFile.cpp Remove LLDB_DISABLE_PYTHON ifndef around FormatManager::LoadObjCFormatters() prototype, 2012-09-11 06:35:15 +00:00
Symbol.cpp <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
SymbolContext.cpp <rdar://problem/11757916> 2012-08-29 21:13:06 +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/11757916> 2012-08-29 21:13:06 +00:00
Symtab.cpp Use a cache of the results of "GetFileAddress" from a symbol in the Comparator we are using to sort the various lookup indices by symbol address. When we switched to weak pointers, 2012-05-01 01:34:15 +00:00
Type.cpp New compiler warnings caught issues with the m_encoding_uid field that should have been a lldb::user_id_t type, but was a uint32_t a long time ago and never got updated. 2012-11-12 22:54:26 +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 Add a new capability to RegisterContextLLDB: To recognize when the 2012-10-26 06:08:58 +00:00
UnwindTable.cpp Add a new 'target modules show-unwind' command to show the different 2012-07-12 00:20:07 +00:00
Variable.cpp <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
VariableList.cpp Bunch of cleanups for warnings found by the llvm static analyzer. 2012-10-12 17:34:26 +00:00
VerifyDecl.cpp Added VerifyDecl, a function that, when LLDB is 2011-10-26 01:06:27 +00:00