[Lldb-commits] [lldb] Reapply "[lldb/aarch64] Fix unwinding when signal interrupts a leaf f… (PR #92503)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Tue May 21 15:16:01 PDT 2024
jasonmolenda wrote:
We should be able to work correctly with a trap handler that has full eh_frame without knowing the function name. And we shouldn't treat a sigtramp missing eh_frame as having all registers.
https://github.com/llvm/llvm-project/pull/92503
More information about the lldb-commits
mailing list