llvm-project/lldb/source/Plugins/SymbolFile/DWARF
Greg Clayton e528efd734 <rdar://problem/13287629>
Fixed an issue with clang 500's new way to represent static class variables where it emits a DW_TAG_member with a DW_AT_external(0x01) attribute and no DW_AT_data_member_location.

llvm-svn: 176140
2013-02-26 23:45:18 +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 Fix clang warnings related to python macro redefinition and printf format specifiers. 2013-02-21 23:55:31 +00:00
DWARFCompileUnit.h <rdar://problem/13069948> 2013-01-25 18:06:21 +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/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugAranges.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugInfo.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugInfo.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugInfoEntry.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugInfoEntry.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugLine.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugLine.h <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugMacinfo.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
DWARFDebugMacinfo.h <rdar://problem/13069948> 2013-01-25 18:06:21 +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/13069948> 2013-01-25 18:06:21 +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/11291668> 2012-04-24 21:22:41 +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/13069948> 2013-01-25 18:06:21 +00:00
DWARFFormValue.h <rdar://problem/13069948> 2013-01-25 18:06: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 Added a mechanism for keeping track of where in 2012-04-13 00:10:03 +00:00
LogChannelDWARF.h Added a mechanism for keeping track of where in 2012-04-13 00:10:03 +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 <rdar://problem/13287629> 2013-02-26 23:45:18 +00:00
SymbolFileDWARF.h Fixed several problems with class uniq'ing in the 2013-02-26 01:12:25 +00:00
SymbolFileDWARFDebugMap.cpp <rdar://problem/11109570> 2013-02-06 00:38:25 +00:00
SymbolFileDWARFDebugMap.h <rdar://problem/11109570> 2013-02-06 00:38:25 +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