Home
last modified time | relevance | path

Searched refs:run_state (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DScriptedThreadPlan.cpp169 lldb::StateType run_state = eStateRunning; in GetPlanRunState() local
171 run_state = m_interface->GetRunState(); in GetPlanRunState()
172 return run_state; in GetPlanRunState()
H A DThreadList.cpp622 StateType run_state; in WillResume() local
624 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()
626 run_state = eStateSuspended; in WillResume()
627 if (!thread_sp->ShouldResume(run_state)) in WillResume()