We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8457e68 commit 83b48b1Copy full SHA for 83b48b1
lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
@@ -56,6 +56,7 @@ def test_by_pid(self):
56
self.set_and_hit_breakpoint(continueToExit=True)
57
58
@skipIfNetBSD # Hangs on NetBSD as well
59
+ @skipIfWindows # https://github.com/llvm/llvm-project/issues/137660
60
def test_by_name(self):
61
"""
62
Tests attaching to a process by process name.
0 commit comments