[PATCH] D74196: [DebugInfo] Refine error messages in 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 243851.
ikudrin added a comment.

- Extracted the rename from ".debug_addr table" to "address table" into D74407 <https://reviews.llvm.org/D74407>
- Updated a message about the insufficient size of the section according to the latest comments.
- Changed a message about "a unit_length value which is too small to contain a complete header" similarly. Corrections are welcome!


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

https://reviews.llvm.org/D74196

Files:
  llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
  llvm/test/tools/llvm-dwarfdump/X86/debug_addr_invalid_addr_size.s
  llvm/test/tools/llvm-dwarfdump/X86/debug_addr_small_length_field.s
  llvm/test/tools/llvm-dwarfdump/X86/debug_addr_too_small_for_section.s
  llvm/test/tools/llvm-dwarfdump/X86/debug_addr_unsupported_version.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74196.243851.patch
Type: text/x-patch
Size: 5225 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200211/f4f8d56a/attachment-0001.bin>


More information about the llvm-commits mailing list