[libcxx-commits] [PATCH] D148499: [libunwind] Unwind through Linux riscv64 sigreturn frame
Fangrui Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat May 6 10:58:34 PDT 2023
MaskRay updated this revision to Diff 520107.
MaskRay retitled this revision from "[RISC-V libunwind]:Fix RISC-V backtrace issue" to "[libunwind] Unwind through Linux riscv64 sigreturn frame".
MaskRay edited the summary of this revision.
MaskRay added a comment.
Herald added subscribers: eopXD, evandro, benna, psnobl, kristof.beyls.
Fix link (prefer Linux kernel's to glibc's)
Don't set UNW_RISCV_X0
Use _registers.getSP()
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148499/new/
https://reviews.llvm.org/D148499
Files:
libunwind/src/UnwindCursor.hpp
libunwind/test/signal_unwind.pass.cpp
libunwind/test/unwind_leaffunction.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148499.520107.patch
Type: text/x-patch
Size: 4510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230506/6d428cd0/attachment-0001.bin>
More information about the libcxx-commits
mailing list