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 7dd879b commit 71cae12Copy full SHA for 71cae12
lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
@@ -40,6 +40,7 @@ def set_and_hit_breakpoint(self, continueToExit=True):
40
self.continue_to_exit()
41
42
@skipIfNetBSD # Hangs on NetBSD as well
43
+ @skipIfWindows # https://github.com/llvm/llvm-project/issues/137660
44
def test_by_pid(self):
45
"""
46
Tests attaching to a process by process ID.
0 commit comments