[Lldb-commits] [lldb] [lldb] Fix dummy target filtering regression in CommandInterpreter (PR #198949)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri May 22 09:39:31 PDT 2026
JDevlieghere wrote:
I don't believe this is correct. I think we should only bypass the override when its target is the dummy target. Otherwise breakpoint commands and stop hooks silently switch to the user's selected thread instead of the stop thread. The `adopt_dummy_target` means that we're going to adopt the dummy target if there's no real target. In other words, it signals that we *may* adopt the dummy target. That alone isn't sufficient reason to bypass the execution context stack.
https://github.com/llvm/llvm-project/pull/198949
More information about the lldb-commits
mailing list