Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestRestartBug.py21 continueCount = 0 variable in TestRestartBug.test.MyResponder
32 self.continueCount += 1
33 if self.continueCount == 1:
61 self.assertEqual(self.server.responder.continueCount, 1)