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
- Repository
- rL LLVM
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 116030 llvm/trunk/include/llvm/DebugInfo/DIContext.h
llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDie.h
llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
llvm/trunk/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFDie.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFVerifier.cpp
llvm/trunk/test/tools/llvm-dwarfdump/X86/debug_info_offset.test
llvm/trunk/test/tools/llvm-dwarfdump/X86/debug_type_offset.test
llvm/trunk/test/tools/llvm-dwarfdump/cmdline.test
llvm/trunk/tools/dsymutil/DwarfLinker.cpp
llvm/trunk/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
|