[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 23:24:17 PDT 2024


jasonmolenda wrote:

as cool as this idea is, I do worry that it will make the code less readable, where instead of saying "BehavesLikeFrameZero / HasAllRegisters", we now need to ask "can the frame below supply register x", I don't know.  it's just something I have running around my head today.

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


More information about the lldb-commits mailing list