Searched refs:GetActionForThread (Results 1 – 4 of 4) sorted by relevance
81 const ResumeAction *GetActionForThread(lldb::tid_t tid, in GetActionForThread() function89 return GetActionForThread(LLDB_INVALID_THREAD_ID, false); in GetActionForThread()104 if (GetActionForThread(LLDB_INVALID_THREAD_ID, true) == nullptr) { in SetDefaultThreadActionIfNeeded()
515 …const DNBThreadResumeAction *thread_action = thread_actions.GetActionForThread (thread->ThreadID()… in ProcessWillResume()
1242 action = m_thread_actions.GetActionForThread(tid, false); in ReplyToAllExceptions()
327 resume_actions.GetActionForThread(thread->GetID(), true); in Resume()