dwarfdump: First piece of support for DWP dumping
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 11 Nov 2015 19:28:21 +0000 (19:28 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 11 Nov 2015 19:28:21 +0000 (19:28 +0000)
commit1040f990fc26f08f59b3a2156b17814e72903e69
tree90b3bcd20b52fe342b6678bf8fd8dccbc0ff132f
parent3aff086c5ac74b770231b30d1a4b4e1e14ef5169
dwarfdump: First piece of support for DWP dumping

Just a tiny piece of index dumping - the header in this instance.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252781 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DIContext.h
include/llvm/DebugInfo/DWARF/DWARFContext.h
include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h [new file with mode: 0644]
lib/DebugInfo/DWARF/CMakeLists.txt
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFUnitIndex.cpp [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-dwp.x86_64.o [new file with mode: 0644]
test/DebugInfo/dwarfdump-dwp.test [new file with mode: 0644]
tools/llvm-dwarfdump/llvm-dwarfdump.cpp