[Lldb-commits] [lldb] [lldb] Provide lr value in faulting frame on arm64 (PR #138805)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Wed May 7 21:14:21 PDT 2025


jasonmolenda wrote:

FTR that test is skipped on darwin because _sigtramp in libc on aarch64 doesn't have any hand-supplied eh_frame right now :/

I have a test case put together, with a few functions written in assembly with hand-added cfi directives.  It's probably darwin specific assembly, obviously aarch64 only, but it exercises exactly the bug I am fixing.  will wrap it up into a proper test in a tiny bit (hopefully tonight)

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


More information about the lldb-commits mailing list