Home
last modified time | relevance | path

Searched refs:client_supported (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestFork.py20 def qSupported(self, client_supported): argument
21 assert "multiprocess+" in client_supported
22 assert self.property in client_supported
24 super().qSupported(client_supported), self.property)
H A DTestGDBRemoteClient.py400 def qSupported(self, client_supported): argument
401 self.test_case.assertIn("multiprocess+", client_supported)
402 return "multiprocess+;" + super().qSupported(client_supported)
419 def qSupported(self, client_supported): argument
441 def qSupported(self, client_supported): argument
469 def qSupported(self, client_supported): argument
494 def qSupported(self, client_supported): argument
H A DTestGdbClientModuleLoad.py22 def qSupported(self, client_supported): argument
23 return (super().qSupported(client_supported) +
H A DTestPartialGPacket.py71 def qSupported(self, client_supported): argument
H A DTestRegDefinitionInParts.py127 def qSupported(self, client_supported): argument
H A DTestGDBRemoteLoad.py42 def qSupported(self, client_supported): argument
H A DTestArmRegisterDefinition.py106 def qSupported(self, client_supported): argument
H A DTestNestedRegDefinitions.py193 def qSupported(self, client_supported): argument
H A DTestJLink6Armv7RegisterDefinition.py149 def qSupported(self, client_supported): argument
H A DTestWasm.py39 def qSupported(self, client_supported): argument
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py265 def qSupported(self, client_supported): argument