[Lldb-commits] [lldb] [lldb/aarch64] Fix unwinding when signal interrupts a leaf function (PR #91321)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu May 9 23:13:01 PDT 2024


labath wrote:

I have fixed/worked around the mach exception issue in a [followup commit](https://github.com/llvm/llvm-project/commit/b903badd73a2467fdd4e363231f2bf9b0704b546) with a `settings set platform.plugin.darwin.ignored-exceptions EXC_BAD_INSTRUCTION`. Now the process gets a SIGILL as expected, but it still fails at the backtrace step (the second one, after stopping inside the handler).

https://github.com/llvm/llvm-project/pull/91321


More information about the lldb-commits mailing list