[Lldb-commits] [PATCH] Introduce DWARFDataExtractor for 64-Bit DWARF parsing

Ed Maste emaste at freebsd.org
Wed Oct 23 14:09:08 PDT 2013


As suggested in http://lists.cs.uiuc.edu/pipermail/lldb-commits/Week-of-Mon-20131021/009871.html



http://llvm-reviews.chandlerc.com/D2007

Files:
  include/lldb/Core/MappedHash.h
  source/Plugins/SymbolFile/DWARF/CMakeLists.txt
  source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
  source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h
  source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
  source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
  source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
  source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h
  source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
  source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h
  source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
  source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h
  source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
  source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
  source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
  source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h
  source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.cpp
  source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.h
  source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.cpp
  source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.h
  source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp
  source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.h
  source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp
  source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.h
  source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
  source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
  source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
  source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
  source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp
  source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h
  source/Plugins/SymbolFile/DWARF/DWARFLocationList.cpp
  source/Plugins/SymbolFile/DWARF/DWARFLocationList.h
  source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
  source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  source/Target/ObjCLanguageRuntime.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2007.1.patch
Type: text/x-patch
Size: 64455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20131023/b1f1a273/attachment.bin>


More information about the lldb-commits mailing list