[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 01:59:28 PDT 2025
jasonmolenda wrote:
I am also not thrilled with the GetAsKind method for register numbering returning LLDB_INVALID_REGNUM, the code reads so poorly in this method because of it. But returning an optional would make other code more verbose unless I carried optionals through a lot further. I haven't been annoyed enough to try doing that yet.
https://github.com/llvm/llvm-project/pull/138805
More information about the lldb-commits
mailing list