Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DDNBThreadResumeActions.h69 NumActionsWithState (nub_state_t state) const;
DDNBThreadResumeActions.cpp76 DNBThreadResumeActions::NumActionsWithState (nub_state_t state) const in NumActionsWithState() function in DNBThreadResumeActions
/external/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.cpp382 …&& thread_actions.NumActionsWithState(eStateStepping) + thread_actions.NumActionsWithState (eState… in ProcessWillResume()
DMachProcess.cpp708 if (m_thread_actions.NumActionsWithState(eStateStepping)) in PrivateResume()