Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/common/
HDNativeProcessProtocol.h196 GetThreadByID (lldb::tid_t tid);
213 return GetThreadByID (m_current_thread_id); in GetCurrentThread()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBProcess.h119 GetThreadByID (lldb::tid_t sb_thread_id);
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDNativeProcessProtocol.cpp138 NativeProcessProtocol::GetThreadByID (lldb::tid_t tid) in GetThreadByID() function in NativeProcessProtocol
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp472 NativeThreadProtocolSP thread_sp (m_debugged_process_sp->GetThreadByID (tid)); in SendStopReplyPacketForThread()
1760 NativeThreadProtocolSP thread_sp (m_debugged_process_sp->GetThreadByID (tid)); in Handle_H()
2291 NativeThreadProtocolSP thread_sp = m_debugged_process_sp->GetThreadByID (tid); in Handle_s()
2754 return m_debugged_process_sp->GetThreadByID (current_tid); in GetThreadFromSuffix()
2780 return m_debugged_process_sp->GetThreadByID (tid); in GetThreadFromSuffix()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBProcess.cpp932 SBProcess::GetThreadByID (tid_t tid) in GetThreadByID() function in SBProcess