Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestRecognizeBreakpoint.py85 def selectThread(self, op, thread): member in TestRecognizeBreakpoint.test.MyResponder
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py152 return self.selectThread(packet[1], int(tid, 16))
293 def selectThread(self, op, thread_id): member in MockGDBServerResponder