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 17c3eaf commit 77c04c3Copy full SHA for 77c04c3
lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py
@@ -16,6 +16,7 @@ class TestRecognizeBreakpoint(GDBRemoteTestBase):
16
we would be able to reconstruct it from the thread info, but not if the
17
stub doesn't support it """
18
19
+ @skipIfXmlSupportMissing
20
def test(self):
21
class MyResponder(MockGDBServerResponder):
22
def __init__(self):
0 commit comments