Searched refs:run_state (Results 1 – 4 of 4) sorted by relevance
149 lldb::StateType run_state = eStateRunning; in GetPlanRunState() local154 run_state = script_interp->ScriptedThreadPlanGetRunState( in GetPlanRunState()158 return run_state; in GetPlanRunState()
585 StateType run_state; in WillResume() local587 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()589 run_state = eStateSuspended; in WillResume()590 if (!thread_sp->ShouldResume(run_state)) in WillResume()
232 if (m_basic_info.run_state == 0) in IsUserReady()235 switch (m_basic_info.run_state) { in IsUserReady()306 switch (m_basic_info.run_state) { in Dump()336 m_basic_info.policy, m_basic_info.run_state, thread_run_state, in Dump()
413 switch (basic_info->run_state) { in main()