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 D | main.cpp | 24 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 D | main.cpp | 71 …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 D | thread.h | 20 inline uint64_t get_thread_id() { in get_thread_id() function
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/ |
| H A D | stack_core_scripted_process.py | 134 def get_thread_id(self) -> int: member in StackCoreScriptedThread 144 and self.get_thread_id() == self.corefile_thread.GetThreadID():
|
| H A D | invalid_scripted_process.py | 46 def get_thread_id(self) -> int: member in InvalidScriptedThread
|
| H A D | dummy_scripted_process.py | 51 def get_thread_id(self) -> int: member in DummyScriptedThread
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
| H A D | vscode.py | 388 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 D | scripted_process.py | 247 def get_thread_id(self): member in ScriptedThread
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | gdbremote.py | 435 def get_thread_id(self, fail_value=-1): member in Packet 749 tid = packet.get_thread_id()
|