Searched refs:NumActionsWithState (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h88 size_t NumActionsWithState(lldb::StateType state) const { function in class:lldb_private::ResumeActionList
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp468 (thread_actions.NumActionsWithState(eStateStepping) +
469 thread_actions.NumActionsWithState (eStateRunning) == 1))
H A DNativeProcessDarwin.cpp1177 if (m_thread_actions.NumActionsWithState(eStateStepping))

Completed in 163 milliseconds