Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp563 assert(thread_sp->GetCurrentPlan()->RunState() != eStateSuspended); in WillResume()
586 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()
609 if (!thread_sp->ShouldResume(thread_sp->GetCurrentPlan()->RunState())) in WillResume()
H A DThreadPlan.cpp158 lldb::StateType ThreadPlan::RunState() { in RunState() function in ThreadPlan
H A DThread.cpp651 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupForResume()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h358 lldb::StateType RunState();
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp7444 enum RunState { enum in Catch::TestCaseTracking::TrackerContext
7452 RunState m_runState = NotStarted;