Searched defs:threadStopInfo (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/ | ||
H A D | TestStopPCs.py | 15 def threadStopInfo(self, threadnum): global() member in TestStopPCs.test.MyResponder |
H A D | TestNoWatchpointSupportInfo.py | 21 def threadStopInfo(self, threadnum): member in TestNoWatchpointSupportInfo.test.MyResponder |
H A D | TestNoGPacketSupported.py | 31 def threadStopInfo(self, threadnum): member in TestNoGPacketSupported.test.MyResponder |
H A D | TestRemoteRegNums.py | 25 def threadStopInfo(self, threadnum): member in TestRemoteRegNums.test.MyResponder |
H A D | TestRecognizeBreakpoint.py | 41 def threadStopInfo(self, num): member in TestRecognizeBreakpoint.test.MyResponder |
/llvm-project/lldb/packages/Python/lldbsuite/test/ | ||
H A D | gdbclientutils.py | 310 def threadStopInfo(self, threadnum): member in MockGDBServerResponder |