[Lldb-commits] [lldb] [lldb][Windows] Cache thread context in NativeRegisterContextWindows_arm64 (PR #197385)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu May 14 02:35:53 PDT 2026


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


More information about the lldb-commits mailing list