Searched refs:CanResume (Results 1 – 5 of 5) sorted by relevance
151 bool CanResume(lldb::StateType state) { return state == lldb::eStateStopped; } in CanResume() function
174 bool CanResume() const { return m_state == lldb::eStateStopped; } in CanResume() function
293 bool CanResume(nub_state_t state) { return state == eStateStopped; } in CanResume() function
1411 if (CanResume(state)) {
307 bool CanResume(lldb::StateType state) { return state == lldb::eStateStopped; } in CanResume() function