Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanPython.cpp160 lldb::StateType run_state = eStateRunning; in GetPlanRunState() local
168 run_state = script_interp->ScriptedThreadPlanGetRunState( in GetPlanRunState()
172 return run_state; in GetPlanRunState()
HDThreadList.cpp584 StateType run_state; in WillResume() local
586 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()
588 run_state = eStateSuspended; in WillResume()
589 if (!thread_sp->ShouldResume(run_state)) in WillResume()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
HDNativeThreadDarwin.cpp122 m_basic_info.run_state, in Dump()
262 if (m_basic_info.run_state == 0) in IsUserReady()
265 switch (m_basic_info.run_state) { in IsUserReady()