Searched refs:CanResume (Results 1 – 3 of 3) sorted by relevance
190 bool CanResume() const { return m_state == lldb::eStateStopped; } in CanResume() function
315 bool CanResume(lldb::StateType state) { return state == lldb::eStateStopped; } in CanResume() function
1536 if (!process.CanResume()) { in ResumeProcess()1590 if (!m_continue_process->CanResume()) { in Handle_C()