[PATCH] D73714: [DWARF] Do not cut 64-bit values when dumping CIEs and FDEs.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 07:55:03 PST 2020


ikudrin created this revision.
ikudrin added reviewers: dblaikie, probinson, aprantl.
ikudrin added projects: LLVM, debug-info.
Herald added subscribers: rupprecht, hiraditya, mgorny.
Herald added a reviewer: jhenderson.

This fixes printing long values that might reside in CIE and FDE, including offsets, lengths, and addresses.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73714

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
  llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  llvm/test/tools/llvm-dwarfdump/X86/debug_frame_offset.test
  llvm/test/tools/llvm-objdump/eh_frame-arm64.test
  llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
  llvm/unittests/DebugInfo/DWARF/DWARFDebugFrameTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73714.241454.patch
Type: text/x-patch
Size: 12190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200130/df5ae301/attachment.bin>


More information about the llvm-commits mailing list