[PATCH] D45549: [DWARF v5] improved support for .debug_rnglists/consumer

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 13 11:33:57 PDT 2018


wolfgangp updated this revision to Diff 142445.
wolfgangp marked 2 inline comments as done.
wolfgangp added a comment.

Addressed review comments:

1. Changed parseRngListTableHeader to return an Expected<> rather than Optional<> to allow reporting of errors we find during initial parsing of a range list table.
2. Use helper routines to use color encoding with error reporting.


https://reviews.llvm.org/D45549

Files:
  include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
  include/llvm/DebugInfo/DWARF/DWARFObject.h
  include/llvm/DebugInfo/DWARF/DWARFUnit.h
  lib/DebugInfo/DWARF/DWARFContext.cpp
  lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
  lib/DebugInfo/DWARF/DWARFDie.cpp
  lib/DebugInfo/DWARF/DWARFFormValue.cpp
  lib/DebugInfo/DWARF/DWARFUnit.cpp
  test/DebugInfo/X86/dwarfdump-rnglists.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45549.142445.patch
Type: text/x-patch
Size: 31090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180413/5184c63a/attachment.bin>


More information about the llvm-commits mailing list