[Lldb-commits] [lldb] [LLDB] On AArch64, reconfigure register context first (PR #70742)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 31 08:37:11 PDT 2023
jasonmolenda wrote:
> Or fishing the vg and svg register values of of the expedited register list if they're there.
ignore that suggestion, we can't hardcode a register number here, the stub is allowed to use whatever numbers it wants for the registers and the expedited register numbers are all in the stub's numbering ordering at this point. I think your parse-reconfigure-parse plan is good.
https://github.com/llvm/llvm-project/pull/70742
More information about the lldb-commits
mailing list