Home
last modified time | relevance | path

Searched refs:get_thread_id (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/vCont-threads/
H A Dmain.cpp24 std::printf("received SIGUSR1 on thread id: %" PRIx64 "\n", get_thread_id()); in sigusr1_handler()
41 std::printf("thread %" PRIx64 " running\n", get_thread_id()); in thread_func()
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A Dmain.cpp71 …nprintf(buf, sizeof(buf), "received %s on thread id: %" PRIx64 "\n", signal_name, get_thread_id()); in signal_handler()
73 …), "received signo %d (%s) on thread id: %" PRIx64 "\n", signo, strsignal(signo), get_thread_id()); in signal_handler()
201 printf("thread %" PRIx64 ": past SIGSEGV\n", get_thread_id()); in trap()
368 printf("thread 0 id: %" PRIx64 "\n", get_thread_id()); in main()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/make/
H A Dthread.h20 inline uint64_t get_thread_id() { in get_thread_id() function
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A Dstack_core_scripted_process.py134 def get_thread_id(self) -> int: member in StackCoreScriptedThread
144 and self.get_thread_id() == self.corefile_thread.GetThreadID():
H A Dinvalid_scripted_process.py46 def get_thread_id(self) -> int: member in InvalidScriptedThread
H A Ddummy_scripted_process.py51 def get_thread_id(self) -> int: member in DummyScriptedThread
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py388 def get_thread_id(self, threadIndex=0): member in DebugCommunication
403 threadId = self.get_thread_id()
570 threadId = self.get_thread_id()
735 threadId = self.get_thread_id()
850 threadId = self.get_thread_id()
/llvm-project-15.0.7/lldb/examples/python/scripted_process/
H A Dscripted_process.py247 def get_thread_id(self): member in ScriptedThread
/llvm-project-15.0.7/lldb/examples/python/
H A Dgdbremote.py435 def get_thread_id(self, fail_value=-1): member in Packet
749 tid = packet.get_thread_id()