[PATCH] D73887: [DebugInfo] Do not cut 64-bit values when dumping CIEs and FDEs.
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 3 06:25:30 PST 2020
ikudrin created this revision.
ikudrin added reviewers: probinson, dblaikie, aprantl, jhenderson.
ikudrin added projects: LLVM, debug-info.
Herald added subscribers: rupprecht, hiraditya, mgorny.
ikudrin added parent revisions: D73627: [DebugInfo] Fix dumping CIE ID in .eh_frame sections., D73886: [DebugInfo] Refine the condition to detect CIEs..
This is an alternative version of D73714 <https://reviews.llvm.org/D73714>. It does not store the value of the CIE Id field and uses a static method to get that constant.
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/D73887
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: D73887.242050.patch
Type: text/x-patch
Size: 14052 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200203/66fd7d2d/attachment-0001.bin>
More information about the llvm-commits
mailing list