Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DDebug.h93 size_t NumActionsWithState(lldb::StateType state) const { in NumActionsWithState() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp469 (thread_actions.NumActionsWithState(eStateStepping) + in ProcessWillResume()
470 thread_actions.NumActionsWithState (eStateRunning) == 1)) in ProcessWillResume()
H A DNativeProcessDarwin.cpp1200 if (m_thread_actions.NumActionsWithState(eStateStepping)) in PrivateResume()