[PATCH] D38064: llvm-dwarfdump: implement --recurse-depth=<N>

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 17:01:59 PDT 2017


aprantl created this revision.

This patch implements the Darwin dwarfdump option --recurse-depth=<N>, which limits the recursion depth when selectively printing DIEs at an offset.


https://reviews.llvm.org/D38064

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38064.115930.patch
Type: text/x-patch
Size: 14195 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170920/7af4f496/attachment.bin>


More information about the llvm-commits mailing list