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

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed May 14 03:24:49 PDT 2025


DavidSpickett wrote:

> I also needed to remove the brk #0xf000 instruction because lldb is not able to step over it -- it just ends up spinning forever. FWICS, it's not actually necessary now that you're stepping through the test. Nonetheless, this is a bug -- one that @DavidSpickett might be interested in :)

Yes I've been asked a few times about it. GDB also has problems with it, but probably does something slightly more useful. I'll speak to folks on that side and see how we could handle this.


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


More information about the lldb-commits mailing list