Searched refs:GetThreadByID (Results 1 – 7 of 7) sorted by relevance
143 Returns the thread with the given thread ID.") GetThreadByID;145 GetThreadByID (lldb::tid_t sb_thread_id);
203 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid);210 return GetThreadByID(m_current_thread_id); in GetCurrentThread()
93 lldb::SBThread GetThreadByID(lldb::tid_t sb_thread_id);
704 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID() function in SBProcess705 LLDB_RECORD_METHOD(lldb::SBThread, SBProcess, GetThreadByID, (lldb::tid_t), in GetThreadByID()1402 LLDB_REGISTER_METHOD(lldb::SBThread, SBProcess, GetThreadByID, in RegisterMethods()
772 NativeThreadProtocol *thread = m_current_process->GetThreadByID(tid); in SendStopReplyPacketForThread()2151 NativeThreadProtocol *thread = new_process_it->second->GetThreadByID(tid); in Handle_H()2798 NativeThreadProtocol *thread = m_continue_process->GetThreadByID(tid); in Handle_s()3649 return m_current_process->GetThreadByID(current_tid); in GetThreadFromSuffix()3679 return m_current_process->GetThreadByID(tid); in GetThreadFromSuffix()
114 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() function in NativeProcessProtocol
39308 result = (arg1)->GetThreadByID(arg2); in _wrap_SBProcess_GetThreadByID()