charles-zablit wrote: The nature of the PR has changed completely. It turns out that attaching by name **is** already implemented on Windows, it's the `--waitfor` argument which does not work.
I think it's best to add the implement`--waitfor` in an asynchronous manner to avoid blocking the main thread when waiting for a process, however that requires implementing an asyncthread in `ProcessWindows`, which is what I am trying to do in this patch. https://github.com/llvm/llvm-project/pull/173015 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
