Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DDNBThreadResumeActions.h45 size_t NumActionsWithState(nub_state_t state) const;
DDNBThreadResumeActions.cpp57 size_t DNBThreadResumeActions::NumActionsWithState(nub_state_t state) const { in NumActionsWithState() function in DNBThreadResumeActions
/external/llvm-project/lldb/include/lldb/Host/
DDebug.h88 size_t NumActionsWithState(lldb::StateType state) const { in NumActionsWithState() function
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.cpp387 thread_actions.NumActionsWithState(eStateStepping) + in ProcessWillResume()
388 thread_actions.NumActionsWithState(eStateRunning) == in ProcessWillResume()
DMachProcess.mm1797 if (m_thread_actions.NumActionsWithState(eStateStepping))