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

Greg Clayton gclayton at apple.com
Wed Oct 23 14:20:27 PDT 2013


Looks great. The only thing I see is the new DWARFDataExtractor files are missing.

Greg

On Oct 23, 2013, at 2:09 PM, Ed Maste <emaste at freebsd.org> wrote:

> 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
> <D2007.1.patch>_______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits




More information about the lldb-commits mailing list