[Lldb-commits] [lldb] [lldb] Use the selected target when the override context is the dummy (PR #226332)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 25 09:57:17 PDT 2026
jimingham wrote:
Whether to adopt the dummy target or not is supposed to be determined by whether the command sets `eCommandAllowsDummyTarget` in their command flags. `target create` doesn't set that flag so when it sets the m_exe_ctx in CheckRequirements it will pass false to `adopt_dummy_target`. It looks like somewhere along the way this decision is getting forgotten, and then we have to re-do it w/o the information from the flag. That seems wrong.
https://github.com/llvm/llvm-project/pull/226332
More information about the lldb-commits
mailing list