[Lldb-commits] [lldb] [lldb][test] Allow dotest.py to call for Xcode to attach (PR #209628)
David Mentler via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 15 04:53:21 PDT 2026
mentlerd wrote:
> Could we generalise this so people can just plug in their own IDE via some central config file? If we add a flag for each IDE, we just end up with --attach-xcode, --attach-vscode, --attach-emacs, --attach-xyz.
Is there any particular existing config file you mean here? Changing the option to `--debug-with=xcode` makes sense to me, but I would rather not introduce an entirely new configuration mechanism in this PR.
https://github.com/llvm/llvm-project/pull/209628
More information about the lldb-commits
mailing list