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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to