Searched refs:GetStopOnError (Results 1 – 5 of 5) sorted by relevance
58 bool SBCommandInterpreterRunOptions::GetStopOnError() const { in GetStopOnError() function in SBCommandInterpreterRunOptions61 return m_opaque_up->GetStopOnError(); in GetStopOnError()
39 GetStopOnError () const;
39 bool GetStopOnError() const;
126 bool GetStopOnError() const { return DefaultToNo(m_stop_on_error); } in GetStopOnError() function
2580 if (options.GetStopOnError()) { in HandleCommands()