[libcxx-commits] [PATCH] D158655: [libunwind][AIX] Fix problem with stepping up from a leaf function when unwinding started in a signal handler
Xing Xue via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 25 13:22:55 PDT 2023
xingxue added inline comments.
================
Comment at: libunwind/src/UnwindCursor.hpp:2324
// lastStack points to the stack frame of the next routine up.
pint_t lastStack = *(reinterpret_cast<pint_t *>(registers.getSP()));
----------------
hubert.reinterpretcast wrote:
> hubert.reinterpretcast wrote:
> > This only covers the case when `stores_bc` is `1` in the traceback table.
> @xingxue, is a change coming for this? I think this also falls into "cases that arise when unwinding past a signal handler".
Yes, @stephenpeckham has something that deals with it. I will refresh once that is finalized.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158655/new/
https://reviews.llvm.org/D158655
More information about the libcxx-commits
mailing list