Searched refs:threadnum (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/api/multiple-debuggers/ |
| H A D | multi-process-driver.cpp | 88 uint64_t threadnum = (uint64_t) in; in do_one_debugger() local 92 asprintf (&threadname, "thread #%lld", threadnum); in do_one_debugger() 98 printf ("#%lld: Starting debug session\n", threadnum); in do_one_debugger() 186 printf ("#%lld: All good!\n", threadnum); in do_one_debugger() 189 completed_threads_array[threadnum] = true; in do_one_debugger() 196 completed_threads_array[threadnum] = true; in do_one_debugger() 203 successful_threads_array[threadnum] = false; in do_one_debugger() 204 completed_threads_array[threadnum] = true; in do_one_debugger() 211 successful_threads_array[threadnum] = false; in do_one_debugger() 212 completed_threads_array[threadnum] = true; in do_one_debugger() [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestStopPCs.py | 16 def threadStopInfo(self, threadnum): argument 17 if threadnum == 0x1ff0d: 19 if threadnum == 0x2ff0d:
|
| H A D | TestNoWatchpointSupportInfo.py | 22 def threadStopInfo(self, threadnum): argument 23 if threadnum == 0x1ff0d:
|
| H A D | TestNoGPacketSupported.py | 32 def threadStopInfo(self, threadnum): argument
|
| H A D | TestRemoteRegNums.py | 26 def threadStopInfo(self, threadnum): argument
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | gdbclientutils.py | 166 threadnum = int (packet[15:], 16) 167 return self.threadStopInfo(threadnum) 299 def threadStopInfo(self, threadnum): argument
|