llvm-project/lldb/source/Plugins/SymbolFile/DWARF
Matt Kopec 04e5d58c8d strncmp was checked incorrectly in the Linux symbol lookup fix.
llvm-svn: 181818
2013-05-14 19:00:41 +00:00
..
CMakeLists.txt Adding CMake build system to LLDB. Some known issues remain: 2013-02-21 20:58:22 +00:00
DWARFAbbreviationDeclaration.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFAbbreviationDeclaration.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFAttribute.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFCompileUnit.cpp When parsing dwarf, add C functions to the fullname index. 2013-04-22 21:13:22 +00:00
DWARFCompileUnit.h After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
DWARFDIECollection.cpp Fixed an issue where if a method funciton was asked to be parsed before 2010-10-01 20:48:32 +00:00
DWARFDIECollection.h Fixed the header guards. 2011-09-12 04:20:38 +00:00
DWARFDebugAbbrev.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugAbbrev.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugArangeSet.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugArangeSet.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugAranges.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
DWARFDebugAranges.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugInfo.cpp Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: 2013-04-29 17:25:54 +00:00
DWARFDebugInfo.h After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
DWARFDebugInfoEntry.cpp <rdar://problem/13561911> 2013-04-03 21:09:33 +00:00
DWARFDebugInfoEntry.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugLine.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
DWARFDebugLine.h After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
DWARFDebugMacinfo.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugMacinfo.h <rdar://problem/13338643> 2013-03-04 21:46:16 +00:00
DWARFDebugMacinfoEntry.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugMacinfoEntry.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugPubnames.cpp <rdar://problem/13521159> 2013-03-27 23:08:40 +00:00
DWARFDebugPubnames.h Fixed the header guards. 2011-09-12 04:20:38 +00:00
DWARFDebugPubnamesSet.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugPubnamesSet.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugRanges.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugRanges.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDeclContext.cpp <rdar://problem/13502196> 2013-03-26 01:51:59 +00:00
DWARFDeclContext.h Improved the name comparing logic a bit. 2012-07-03 20:52:00 +00:00
DWARFDefines.cpp Did a lot of code cleanup. 2010-11-09 23:46:37 +00:00
DWARFDefines.h Fixed the header guards. 2011-09-12 04:20:38 +00:00
DWARFFormValue.cpp <rdar://problem/13561911> 2013-04-03 21:09:33 +00:00
DWARFFormValue.h Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_vector_type(N)))". 2013-04-05 23:27:21 +00:00
DWARFLocationDescription.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFLocationDescription.h Fixed the header guards. 2011-09-12 04:20:38 +00:00
DWARFLocationList.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFLocationList.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
HashedNameToDIE.h Be ready for fully qualified hash names in the __apples_types tables. 2013-02-06 23:56:13 +00:00
LogChannelDWARF.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
LogChannelDWARF.h <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
NameToDIE.cpp Huge memory and performance improvements in the DWARF parser. 2011-09-12 23:21:58 +00:00
NameToDIE.h Huge memory and performance improvements in the DWARF parser. 2011-09-12 23:21:58 +00:00
SymbolFileDWARF.cpp strncmp was checked incorrectly in the Linux symbol lookup fix. 2013-05-14 19:00:41 +00:00
SymbolFileDWARF.h <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
SymbolFileDWARFDebugMap.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
SymbolFileDWARFDebugMap.h <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
UniqueDWARFASTType.cpp Fix segfault in UniqueDWARFASTTypeList::Find if we are comparing 2011-10-01 01:28:37 +00:00
UniqueDWARFASTType.h Added a fix that should help incorrect type uniquing. There was an issue 2011-03-15 04:38:20 +00:00