[PATCH] D44811: DWARF] DWARF v5: .debug_rnglists: adding support for DW_RLE_offset_pair and DW_RLE_base_address

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 22 16:29:20 PDT 2018


wolfgangp created this revision.
wolfgangp added reviewers: dblaikie, jhenderson, JDevlieghere, aprantl.

Barring the usage of the .debug_addr section (DW_RLE_startx_endx etc), these 2 encodings were the only ones not supported yet., DW_RLE_offset_pair the only encoding usable in dwo files.

Note that in non-verbose printing, we don't print anything for DW_RLE_base_address. In verbose mode the entry is printed explicitly.


https://reviews.llvm.org/D44811

Files:
  lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
  test/tools/llvm-dwarfdump/X86/debug_rnglists.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44811.139527.patch
Type: text/x-patch
Size: 7619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180322/c62ceb83/attachment.bin>


More information about the llvm-commits mailing list