[PATCH] D37771: llvm-dwarfdump: automatically dump both regular and .dwo variant of sections

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 14:19:10 PDT 2017


aprantl updated this revision to Diff 115116.
aprantl added a comment.

Now comes with ROCK-SOLID .dwo detection!


https://reviews.llvm.org/D37771

Files:
  include/llvm/BinaryFormat/Dwarf.def
  include/llvm/DebugInfo/DIContext.h
  include/llvm/DebugInfo/DWARF/DWARFContext.h
  include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
  include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
  include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
  include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
  include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
  lib/DebugInfo/DWARF/DWARFContext.cpp
  test/DebugInfo/Inputs/gmlt.ll
  test/DebugInfo/X86/fission-inline.ll
  test/DebugInfo/X86/fission-no-inlining.ll
  test/DebugInfo/X86/fission-ranges.ll
  test/DebugInfo/X86/generate-odr-hash.ll
  test/DebugInfo/X86/gnu-public-names-gmlt.ll
  test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll
  test/DebugInfo/X86/split-dwarf-multiple-cu-hash.ll
  test/DebugInfo/X86/split-dwarf-omit-empty.ll
  test/DebugInfo/dwarfdump-dump-flags.test
  test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s
  test/MC/ARM/dwarf-asm-no-code.s
  test/MC/ARM/dwarf-asm-nonstandard-section.s
  test/MC/ARM/dwarf-asm-single-section.s
  test/tools/dsymutil/X86/basic-linking-x86.test
  test/tools/llvm-dwp/X86/empty.test
  test/tools/llvm-dwp/X86/simple.test
  tools/llvm-dwarfdump/llvm-dwarfdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37771.115116.patch
Type: text/x-patch
Size: 29604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170913/b6b28c96/attachment.bin>


More information about the llvm-commits mailing list