Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/api/multiple-debuggers/
H A Dmulti-process-driver.cpp88 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 DTestStopPCs.py16 def threadStopInfo(self, threadnum): argument
17 if threadnum == 0x1ff0d:
19 if threadnum == 0x2ff0d:
H A DTestNoWatchpointSupportInfo.py22 def threadStopInfo(self, threadnum): argument
23 if threadnum == 0x1ff0d:
H A DTestNoGPacketSupported.py32 def threadStopInfo(self, threadnum): argument
H A DTestRemoteRegNums.py26 def threadStopInfo(self, threadnum): argument
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py166 threadnum = int (packet[15:], 16)
167 return self.threadStopInfo(threadnum)
299 def threadStopInfo(self, threadnum): argument