OSDN Git Service

llvm-dwarfdump: support a --show-children option
authorAdrian Prantl <aprantl@apple.com>
Sat, 16 Sep 2017 17:28:00 +0000 (17:28 +0000)
committerAdrian Prantl <aprantl@apple.com>
Sat, 16 Sep 2017 17:28:00 +0000 (17:28 +0000)
commitd4e375358221229320045c026978014d0a205c9f
tree570baab5d72bbd756399589e2a4ff9c5849d18f5
parentf6324abed0f4c0340be6cd8e435c68019debacfc
llvm-dwarfdump: support a --show-children option

This will print all children of a DIE when selectively printing only
one DIE at a given offset.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313464 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DIContext.h
lib/DebugInfo/DWARF/DWARFContext.cpp
test/tools/llvm-dwarfdump/X86/debug_info_offset.test
test/tools/llvm-dwarfdump/X86/debug_type_offset.test
tools/llvm-dwarfdump/llvm-dwarfdump.cpp