[Lldb-commits] [lldb] [lldb] Don't invalid register context after setting thread pc's (PR #109499)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 23 12:04:33 PDT 2024
https://github.com/jimingham approved this pull request.
LGTM.
Given InvalidateIfNeeded (which by name seems harmless) can have these undesirably effects (presumably only when you pass true for force) it might be nice to warn developers about this by adding an instructive comment to InvalidateIfNeeded?
But the content seems fine here.
https://github.com/llvm/llvm-project/pull/109499
More information about the lldb-commits
mailing list