Searched refs:override_suspend (Results 1 – 4 of 4) sorted by relevance
184 void SetResumeState(lldb::StateType state, bool override_suspend = false) {185 if (m_resume_state == lldb::eStateSuspended && !override_suspend)
697 const bool override_suspend = true; in DoExecute() local698 thread->SetResumeState(eStateRunning, override_suspend); in DoExecute()725 const bool override_suspend = true; in DoExecute() local726 thread->SetResumeState(eStateRunning, override_suspend); in DoExecute()
567 const bool override_suspend = false; in DoExecute() local569 eStateRunning, override_suspend); in DoExecute()
1071 const bool override_suspend = true; in Resume() local1072 exe_ctx.GetThreadPtr()->SetResumeState(eStateRunning, override_suspend); in Resume()