DWARF: Port support for parsing .debug_aranges section from LLDB and wire it up to...
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 14 Sep 2011 01:09:52 +0000 (01:09 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 14 Sep 2011 01:09:52 +0000 (01:09 +0000)
commit358f4fd9ee078b3c79597fc688855fb48bc1f356
treeb8af6f225d18bd09d8c1a67e4a7bfed76175aefd
parent836623420dbf5eb3a3facde2841179ded91ab55b
DWARF: Port support for parsing .debug_aranges section from LLDB and wire it up to llvm-dwarfdump.

This is only one half of it, the part that caches address ranges from the DIEs when .debug_aranges is
not available will be ported soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139680 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/CMakeLists.txt
lib/DebugInfo/DWARFContext.cpp
lib/DebugInfo/DWARFContext.h
lib/DebugInfo/DWARFDebugArangeSet.cpp [new file with mode: 0644]
lib/DebugInfo/DWARFDebugArangeSet.h [new file with mode: 0644]
lib/DebugInfo/DWARFDebugAranges.cpp [new file with mode: 0644]
lib/DebugInfo/DWARFDebugAranges.h [new file with mode: 0644]
tools/llvm-dwarfdump/llvm-dwarfdump.cpp