This patch implements the Darwin dwarfdump option --recurse-depth=<N>, which limits the recursion depth when selectively printing DIEs at an offset.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D38064
llvm-dwarfdump: implement --recurse-depth=<N> ClosedPublic Authored by aprantl on Sep 19 2017, 5:01 PM.
Details Summary This patch implements the Darwin dwarfdump option --recurse-depth=<N>, which limits the recursion depth when selectively printing DIEs at an offset.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Sep 20 2017, 1:03 AM Closed by commit rL313778: llvm-dwarfdump: implement --recurse-depth=<N> (authored by adrian). · Explain WhySep 20 2017, 10:45 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 115930 include/llvm/DebugInfo/DIContext.h
include/llvm/DebugInfo/DWARF/DWARFDie.h
include/llvm/DebugInfo/DWARF/DWARFVerifier.h
lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFDie.cpp
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
lib/DebugInfo/DWARF/DWARFVerifier.cpp
test/tools/llvm-dwarfdump/X86/debug_info_offset.test
test/tools/llvm-dwarfdump/X86/debug_type_offset.test
test/tools/llvm-dwarfdump/cmdline.test
tools/dsymutil/DwarfLinker.cpp
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
|