Searched defs:CanResume (Results 1 – 4 of 4) sorted by relevance
149 bool CanResume(lldb::StateType state) { return state == lldb::eStateStopped; } in CanResume() function
310 bool CanResume(lldb::StateType state) { return state == lldb::eStateStopped; } in CanResume() function
194 bool CanResume() const { return m_state == lldb::eStateStopped; } in CanResume() function
302 bool CanResume(nub_state_t state) { return state == eStateStopped; } in CanResume() function