Searched refs:run_state (Results 1 – 3 of 3) sorted by relevance
160 lldb::StateType run_state = eStateRunning; in GetPlanRunState() local168 run_state = script_interp->ScriptedThreadPlanGetRunState( in GetPlanRunState()172 return run_state; in GetPlanRunState()
584 StateType run_state; in WillResume() local586 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()588 run_state = eStateSuspended; in WillResume()589 if (!thread_sp->ShouldResume(run_state)) in WillResume()
122 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()