[Lldb-commits] [PATCH] D112069: [lldb][AArch64] Add UnwindPlan for Linux sigreturn
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 26 08:52:52 PDT 2021
DavidSpickett updated this revision to Diff 382354.
DavidSpickett added a comment.
Set SP not FP based on the sigcontext.
Before, the SP of the frame before sigcontext would be incorrect.
(noticed while testing alt signal stacks)
This was already done in the libunwind change but I got them mixed up.
I'll come up with some addition to the tests to check this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112069/new/
https://reviews.llvm.org/D112069
Files:
lldb/include/lldb/Target/Platform.h
lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
lldb/source/Plugins/Platform/Linux/PlatformLinux.h
lldb/source/Target/RegisterContextUnwind.cpp
lldb/test/API/functionalities/signal/handle-abrt/TestHandleAbort.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112069.382354.patch
Type: text/x-patch
Size: 7822 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211026/b228b385/attachment-0001.bin>
More information about the lldb-commits
mailing list