llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Charles Zablit (charles-zablit) <details> <summary>Changes</summary> Attaching by name on Windows is not supported. --- Full diff: https://github.com/llvm/llvm-project/pull/172880.diff 1 Files Affected: - (modified) lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py (+1) ``````````diff diff --git a/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py b/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py index d6287397a93b0..59cbb8ccda392 100644 --- a/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py +++ b/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py @@ -59,6 +59,7 @@ def test_by_name(self): self.attach(program=program) self.continue_and_verify_pid() + @skipIfWindows def test_by_name_waitFor(self): """ Tests waiting for, and attaching to a process by process name that `````````` </details> https://github.com/llvm/llvm-project/pull/172880 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
