[PATCH] D42481: [DebugInfo] Add basic support for DWARF 5 .debug_rnglists dumping

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 1 06:33:39 PST 2018


jhenderson updated this revision to Diff 132383.
jhenderson marked 7 inline comments as done.
jhenderson added a comment.

Addressed review comments.


Repository:
  rL LLVM

https://reviews.llvm.org/D42481

Files:
  include/llvm/BinaryFormat/Dwarf.def
  include/llvm/DebugInfo/DWARF/DWARFAddressRange.h
  include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
  include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
  include/llvm/DebugInfo/DWARF/DWARFDie.h
  include/llvm/DebugInfo/DWARF/DWARFObject.h
  include/llvm/DebugInfo/DWARF/DWARFVerifier.h
  lib/DebugInfo/DWARF/CMakeLists.txt
  lib/DebugInfo/DWARF/DWARFAddressRange.cpp
  lib/DebugInfo/DWARF/DWARFContext.cpp
  lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
  lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
  test/tools/llvm-dwarfdump/X86/Inputs/debug_rnglists_short_section.s
  test/tools/llvm-dwarfdump/X86/debug_rnglists.s
  test/tools/llvm-dwarfdump/X86/debug_rnglists_empty.s
  test/tools/llvm-dwarfdump/X86/debug_rnglists_invalid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42481.132383.patch
Type: text/x-patch
Size: 32564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180201/9a33ad9a/attachment-0001.bin>


More information about the llvm-commits mailing list