Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.h45 size_t NumActionsWithState(nub_state_t state) const;
H A DDNBThreadResumeActions.cpp57 size_t DNBThreadResumeActions::NumActionsWithState(nub_state_t state) const { in NumActionsWithState() function in DNBThreadResumeActions
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DDebug.h86 size_t NumActionsWithState(lldb::StateType state) const { in NumActionsWithState() function
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp387 thread_actions.NumActionsWithState(eStateStepping) + in ProcessWillResume()
388 thread_actions.NumActionsWithState(eStateRunning) == in ProcessWillResume()
H A DMachProcess.mm1828 if (m_thread_actions.NumActionsWithState(eStateStepping))