Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestStopPCs.py16 def threadStopInfo(self, threadnum): member in TestStopPCs.test.MyResponder
H A DTestNoWatchpointSupportInfo.py22 def threadStopInfo(self, threadnum): member in TestNoWatchpointSupportInfo.test.MyResponder
H A DTestNoGPacketSupported.py32 def threadStopInfo(self, threadnum): member in TestNoGPacketSupported.test.MyResponder
H A DTestRemoteRegNums.py26 def threadStopInfo(self, threadnum): member in TestRemoteRegNums.test.MyResponder
H A DTestRecognizeBreakpoint.py41 def threadStopInfo(self, num): member in TestRecognizeBreakpoint.test.MyResponder
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py167 return self.threadStopInfo(threadnum)
299 def threadStopInfo(self, threadnum): member in MockGDBServerResponder