Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/api/multiple-debuggers/
H A Dmulti-process-driver.cpp92 uint64_t threadnum = (uint64_t) in; in do_one_debugger()
96 asprintf (&threadname, "thread #%lld", threadnum); in do_one_debugger()
102 printf ("#%lld: Starting debug session\n", threadnum); in do_one_debugger()
117 printf ("#%" PRIu64 ": failed to set breakpoint on bar, exiting.\n", threadnum); in do_one_debugger()
123 printf ("#%" PRIu64 ": Failed to set breakpoint on foo()\n", threadnum); in do_one_debugger()
144 printf ("#%" PRIu64 ": backtrace while @ foo() failed\n", threadnum); in do_one_debugger()
145 completed_threads_array[threadnum] = true; in do_one_debugger()
154 printf ("#%" PRIu64 ": First breakpoint did not stop at foo(), instead stopped at '%s'\n", threadnum, process.GetThreadAtIndex(0).GetFrameAtIndex(0).GetFunctionName()); in do_one_debugger()
156 completed_threads_array[threadnum] = true; in do_one_debugger()
166 printf ("#%" PRIu64 ": Process exited\n", threadnum); in do_one_debugger()
88 uint64_t threadnum = (uint64_t) in; do_one_debugger() local
[all...]
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
H A DTestStopPCs.py17 def threadStopInfo(self, threadnum):
18 if threadnum == 0x1FF0D:
20 if threadnum == 0x2FF0D:
22 if threadnum == 0x3FF0D:
15 threadStopInfo(self, threadnum) global() argument
H A DTestNoWatchpointSupportInfo.py21 def threadStopInfo(self, threadnum): argument
22 if threadnum == 0x1FF0D:
H A DTestNoGPacketSupported.py31 def threadStopInfo(self, threadnum): argument
H A DTestRemoteRegNums.py25 def threadStopInfo(self, threadnum): argument
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py169 threadnum = int(packet[15:], 16)
170 return self.threadStopInfo(threadnum)
310 def threadStopInfo(self, threadnum): argument