Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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.cpp142 lldb::StateType ThreadPlan::RunState() { in RunState() function in ThreadPlan
H A DThread.cpp638 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupForResume()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h422 lldb::StateType RunState();