[PATCH] D89845: Add the ability to extract the unwind rows from DWARF Call Frame Information.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 23:29:16 PST 2021


clayborg updated this revision to Diff 316574.
clayborg added a comment.

Fixed inline issues found by MaskRay and fixed the issue found by ASAN that was making the debian buildbot fail. Thanks Shoaib for the ASAN suggestion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89845

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
  llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h
  llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
  llvm/test/DebugInfo/X86/debug-frame-cie-id-dwarf64.s
  llvm/test/DebugInfo/X86/debug_frame-invalid-cie-offset.s
  llvm/test/tools/llvm-objdump/eh_frame-mipsel.test
  llvm/unittests/DebugInfo/DWARF/DWARFDebugFrameTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89845.316574.patch
Type: text/x-patch
Size: 95996 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210114/0674e451/attachment-0001.bin>


More information about the llvm-commits mailing list