[Lldb-commits] [lldb] [LLDB] On AArch64, reconfigure register context first (PR #70742)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 31 02:55:29 PDT 2023
DavidSpickett wrote:
> That results in lldb having to read each register value one at a time while at that stop location, which will be a performance problem on non-local debug setups.
And given that SVE/SME size can change every time we stop, "this stop" means "all stops". So yeah I can see the issue there.
https://github.com/llvm/llvm-project/pull/70742
More information about the lldb-commits
mailing list