[Lldb-commits] [lldb] [lldb] Store the dummy target in the selected execution context (PR #190496)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 17 17:06:50 PDT 2026
https://github.com/jimingham approved this pull request.
LGTM
The point is that the dummy target is actually the "Template for all new targets" target, so you want to be careful to only set elements of the dummy target that is makes sense to use to prime "all new targets".
It would be better to have a DummyTarget derived class that only does the things the dummy target should do. But that's a much bigger change.
This looks fine for the current state of things.
https://github.com/llvm/llvm-project/pull/190496
More information about the lldb-commits
mailing list