[Lldb-commits] [lldb] [lldb/aarch64] Fix unwinding when signal interrupts a leaf function (PR #91321)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Mon May 13 10:26:41 PDT 2024
jasonmolenda wrote:
> It's not completely correct -- the frame for `signal_generating_add` is missing. That's what the error message is complaining about.
Ah, thanks, I missed that! Let me debug it and comment further
https://github.com/llvm/llvm-project/pull/91321
More information about the lldb-commits
mailing list