Searched refs:GetStopOnError (Results 1 – 4 of 4) sorted by relevance
32 bool GetStopOnError() const;
46 bool SBCommandInterpreterRunOptions::GetStopOnError() const { in GetStopOnError() function in SBCommandInterpreterRunOptions47 return m_opaque_up->GetStopOnError(); in GetStopOnError()
101 bool GetStopOnError() const { return DefaultToNo(m_stop_on_error); } in GetStopOnError() function
2263 if (options.GetStopOnError()) { in HandleCommands()