| /llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/ |
| H A D | TestPythonOSPlugin.py | 68 thread = process.GetThreadByID(0x111111111) 73 thread = process.GetThreadByID(0x222222222) 78 thread = process.GetThreadByID(0x333333333) 94 thread = process.GetThreadByID(0x111111111) 100 thread = process.GetThreadByID(0x222222222) 106 thread = process.GetThreadByID(0x333333333) 118 thread = process.GetThreadByID(0x111111111) 123 thread = process.GetThreadByID(0x222222222) 128 thread = process.GetThreadByID(0x333333333) 165 thread = process.GetThreadByID( [all...] |
| /llvm-project/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachThreadList.cpp | 32 MachThreadSP thread_sp(GetThreadByID(tid)); in GetState() 39 MachThreadSP thread_sp(GetThreadByID(tid)); in GetName() 48 MachThreadSP thread_sp(GetThreadByID(tid)); in GetRequestedQoS() 55 MachThreadSP thread_sp(GetThreadByID(tid)); in GetPThreadT() 62 MachThreadSP thread_sp(GetThreadByID(tid)); in GetDispatchQueueT() 71 MachThreadSP thread_sp(GetThreadByID(tid)); in GetTSDAddressForThread() 80 MachThreadSP thread_sp(GetThreadByID(tid)); in SetCurrentThread() 90 MachThreadSP thread_sp(GetThreadByID(tid)); in GetThreadStoppedReason() 106 MachThreadSP thread_sp(GetThreadByID(tid)); in DumpThreadStoppedReason() 112 MachThreadSP thread_sp(GetThreadByID(tid)); in GetThreadInfo() [all …]
|
| H A D | MachThreadList.h | 75 MachThreadSP GetThreadByID(nub_thread_t tid) const;
|
| H A D | MachProcess.mm | 606 MachThreadSP thread_sp(m_thread_list.GetThreadByID(tid)); 1256 MachThreadSP thread_sp(m_thread_list.GetThreadByID(tid));
|
| /llvm-project/lldb/test/API/functionalities/postmortem/mach-core/ |
| H A D | TestMachCore.py | 43 thread = process.GetThreadByID(0x111111111) 48 thread = process.GetThreadByID(0x222222222) 53 thread = process.GetThreadByID(0x333333333)
|
| /llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestThreadSelectionBug.py | 28 thread = process.GetThreadByID(0x1) 33 thread = process.GetThreadByID(0x2) 38 thread = process.GetThreadByID(0x3)
|
| H A D | TestMultiprocess.py | 43 process.GetThreadByID(0x10200).stop_reason, lldb.eStopReasonSignal 46 process.GetThreadByID(0x10204).stop_reason, lldb.eStopReasonNone
|
| /llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeProcessWindows.cpp | 156 NativeProcessWindows::GetThreadByID(lldb::tid_t thread_id) { in GetThreadByID() function in lldb_private::NativeProcessWindows 158 NativeProcessProtocol::GetThreadByID(thread_id)); in GetThreadByID() 272 NativeThreadWindows *thread = GetThreadByID(thread_id); in StopThread() 467 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) { in OnDebugException() 502 GetThreadByID(record.GetThreadID())) { in OnDebugException() 523 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) in OnDebugException() 584 NativeThreadWindows *thread = GetThreadByID(thread_id); in OnExitThread()
|
| H A D | NativeProcessWindows.h | 110 NativeThreadWindows *GetThreadByID(lldb::tid_t thread_id);
|
| /llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/ |
| H A D | TestOSPluginStepping.py | 34 return self.process.GetThreadByID(0x111111111) 84 thread = self.process.GetThreadByID(0x111111111)
|
| /llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/ |
| H A D | TestFirmwareCorefiles.py | 365 thread = process.GetThreadByID(0x111111111) 370 thread = process.GetThreadByID(0x222222222) 375 thread = process.GetThreadByID(0x333333333)
|
| /llvm-project/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_process.py | 25 obj.GetThreadByID(0)
|
| /llvm-project/lldb/test/API/functionalities/postmortem/netbsd-core/ |
| H A D | TestNetBSDCore.py | 174 thread = process.GetThreadByID(1) 204 thread = process.GetThreadByID(1)
|
| /llvm-project/lldb/bindings/interface/ |
| H A D | SBProcessDocstrings.i | 59 ) lldb::SBProcess::GetThreadByID;
|
| /llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/ |
| H A D | TestExitDuringExpression.py | 92 thread = process.GetThreadByID(tid)
|
| /llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 215 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid); 222 return GetThreadByID(m_current_thread_id); in GetCurrentThread()
|
| /llvm-project/lldb/source/Plugins/Process/Linux/ |
| H A D | IntelPTMultiCoreTrace.cpp | 131 return (bool)m_process.GetThreadByID(tid); in TracesThread()
|
| H A D | NativeProcessLinux.h | 132 NativeThreadLinux *GetThreadByID(lldb::tid_t id);
|
| H A D | NativeProcessLinux.cpp | 551 if (NativeThreadLinux *thread = GetThreadByID(pid)) { in TryHandleWaitStatus() 1879 NativeThreadLinux *NativeProcessLinux::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() 1881 NativeProcessProtocol::GetThreadByID(tid)); 1877 NativeThreadLinux *NativeProcessLinux::GetThreadByID(lldb::tid_t tid) { GetThreadByID() function in NativeProcessLinux
|
| /llvm-project/lldb/test/API/functionalities/thread_plan/ |
| H A D | TestThreadPlanCommands.py | 153 thread = process.GetThreadByID(fake_tid)
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 99 lldb::SBThread GetThreadByID(lldb::tid_t sb_thread_id);
|
| /llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1003 NativeThreadProtocol *thread = process.GetThreadByID(tid); in SendStopReplyPacketForThread() 2387 new_process_it->second.process_up->GetThreadByID(tid); in Handle_H() 3031 NativeThreadProtocol *thread = m_continue_process->GetThreadByID(tid); in Handle_s() 4065 if (!new_process_it->second.process_up->GetThreadByID(tid)) 4113 return m_current_process->GetThreadByID(current_tid); in GetThreadFromSuffix() 4143 return m_current_process->GetThreadByID(tid); in GetCurrentThreadID()
|
| /llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 116 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() function in NativeProcessProtocol
|
| /llvm-project/lldb/tools/lldb-dap/ |
| H A D | DAP.cpp | 517 return target.GetProcess().GetThreadByID(tid); in RunPreRunCommands()
|
| /llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 687 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID() 685 SBThread SBProcess::GetThreadByID(tid_t tid) { GetThreadByID() function in SBProcess
|