DavidSpickett wrote: > The cleanup lambdas invalidate m_context by setting it to nullptr on every > write. So, subsequent reads should fetch fresh contexts reflecting what was > actually written to the hardware registers. Is this what you'd meant, or am I > missing anything?
That's what I meant, and you've covered it all. No worries on that. https://github.com/llvm/llvm-project/pull/197385 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
