Home
last modified time | relevance | path

Searched refs:GetThreadByID (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp32 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 DMachThreadList.h75 MachThreadSP GetThreadByID(nub_thread_t tid) const;
H A DMachProcess.mm595 MachThreadSP thread_sp(m_thread_list.GetThreadByID(tid));
1302 MachThreadSP thread_sp(m_thread_list.GetThreadByID(tid));
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp156 NativeProcessWindows::GetThreadByID(lldb::tid_t thread_id) { in GetThreadByID() function in lldb_private::NativeProcessWindows
158 NativeProcessProtocol::GetThreadByID(thread_id)); in GetThreadByID()
270 NativeThreadWindows *thread = GetThreadByID(thread_id); in StopThread()
463 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) { in OnDebugException()
498 GetThreadByID(record.GetThreadID())) { in OnDebugException()
519 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) in OnDebugException()
580 NativeThreadWindows *thread = GetThreadByID(thread_id); in OnExitThread()
H A DNativeProcessWindows.h109 NativeThreadWindows *GetThreadByID(lldb::tid_t thread_id);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i143 Returns the thread with the given thread ID.") GetThreadByID;
145 GetThreadByID (lldb::tid_t sb_thread_id);
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h215 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid);
222 return GetThreadByID(m_current_thread_id); in GetCurrentThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DIntelPTMultiCoreTrace.cpp131 return (bool)m_process.GetThreadByID(tid); in TracesThread()
H A DNativeProcessLinux.h106 NativeThreadLinux *GetThreadByID(lldb::tid_t id);
H A DNativeProcessLinux.cpp1764 NativeThreadLinux *NativeProcessLinux::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() function in NativeProcessLinux
1766 NativeProcessProtocol::GetThreadByID(tid)); in GetThreadByID()
1928 NativeThreadLinux *thread = GetThreadByID(KV.first); in SigchldHandler()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBProcess.h93 lldb::SBThread GetThreadByID(lldb::tid_t sb_thread_id);
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.cpp369 return target.GetProcess().GetThreadByID(tid); in GetLLDBThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1001 NativeThreadProtocol *thread = process.GetThreadByID(tid); in SendStopReplyPacketForThread()
2385 new_process_it->second.process_up->GetThreadByID(tid); in Handle_H()
3032 NativeThreadProtocol *thread = m_continue_process->GetThreadByID(tid); in Handle_s()
4050 if (!new_process_it->second.process_up->GetThreadByID(tid)) in Handle_T()
4098 return m_current_process->GetThreadByID(current_tid); in GetThreadFromSuffix()
4128 return m_current_process->GetThreadByID(tid); in GetThreadFromSuffix()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp116 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() function in NativeProcessProtocol
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp676 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID() function in SBProcess