DavidSpickett wrote: > Invalidate only registers we know can change size.
This one doesn't work because in changing the size of any register in the context, you invalidate the offsets of the rest. We also cannot be sure that the scalable registers are in a certain place in that context. Beyond general purpose registers, yes, but beyond that you could have a mix of scalable and unscalable registers depending on the target's extensions. 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