[all-commits] [llvm/llvm-project] f326df: [libunwind][AArch64] Fix _Unwind_ForcedUnwind via ...
Dani via All-commits
all-commits at lists.llvm.org
Thu Apr 28 09:42:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f326df34bc179e41ea17d31e1ffba4a479e45589
https://github.com/llvm/llvm-project/commit/f326df34bc179e41ea17d31e1ffba4a479e45589
Author: Daniel Kiss <daniel.kiss at arm.com>
Date: 2022-04-28 (Thu, 28 Apr 2022)
Changed paths:
A libcxxabi/test/forced_unwind4.pass.cpp
M libunwind/src/UnwindCursor.hpp
Log Message:
-----------
[libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigreturn.
When the sigreturn trampoline is found the unw_proc_info_t.end_ip need to be set to
indicate a stack frame is found.
Reviewed By: cjdb, #libunwind, MaskRay
Differential Revision: https://reviews.llvm.org/D124522
More information about the All-commits
mailing list