Home
last modified time | relevance | path

Searched refs:GetActionForThread (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
DDNBThreadResumeActions.cpp62 DNBThreadResumeActions::GetActionForThread (nub_thread_t tid, bool default_ok) const in GetActionForThread() function in DNBThreadResumeActions
71 return GetActionForThread (INVALID_NUB_THREAD, false); in GetActionForThread()
92 if (GetActionForThread (INVALID_NUB_THREAD, true) == NULL) in SetDefaultThreadActionIfNeeded()
DDNBThreadResumeActions.h66 GetActionForThread (nub_thread_t tid, bool default_ok) const;
/external/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.cpp424 …const DNBThreadResumeAction *thread_action = thread_actions.GetActionForThread (thread->ThreadID()… in ProcessWillResume()
DMachProcess.cpp674 action = m_thread_actions.GetActionForThread (tid, false); in ReplyToAllExceptions()