[PATCH] D74197: [DebugInfo] Simplify DWARFDebugAddr.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 06:46:44 PST 2020


ikudrin updated this revision to Diff 243852.
ikudrin added a comment.

- Updated to reflect changes in parent revisions.
- Updated comments according to @jhenderson's and @dblaikie's suggestions.
- `extractPreV5()` -> `extractPreStandard()`.
- Added a reference to https://gcc.gnu.org/wiki/DebugFission. If anybody knows a better source, please let me know and I will update the reference.
- Print data size in hex.
- Merged `debug_addr_version_mismatch.s` into `debug_addr_unsupported_version.s`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74197/new/

https://reviews.llvm.org/D74197

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
  llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
  llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
  llvm/test/tools/llvm-dwarfdump/X86/debug_addr_address_size_not_multiple.s
  llvm/test/tools/llvm-dwarfdump/X86/debug_addr_unsupported_version.s
  llvm/test/tools/llvm-dwarfdump/X86/debug_addr_version_mismatch.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74197.243852.patch
Type: text/x-patch
Size: 21148 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200211/a1e9613d/attachment.bin>


More information about the llvm-commits mailing list