Searched refs:SetStopOnError (Results 1 – 11 of 11) sorted by relevance
97 options.SetStopOnError(false); in DoExecute()
298 options.SetStopOnError(data->stop_on_error); in WatchpointOptionsCallbackFunction()
514 options.SetStopOnError(false); in DoExecute()
318 options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue()); in DoExecute()
34 void SetStopOnError(bool);
50 void SBCommandInterpreterRunOptions::SetStopOnError(bool stop_on_error) { in SetStopOnError() function in SBCommandInterpreterRunOptions51 m_opaque_up->SetStopOnError(stop_on_error); in SetStopOnError()
103 void SetStopOnError(bool stop_on_error) { in SetStopOnError() function
666 options.SetStopOnError(data->stop_on_error); in BreakpointOptionsCallbackFunction()
701 options.SetStopOnError(true); in MainLoop()
2171 options.SetStopOnError(false); in SourceInitFile()
2629 options.SetStopOnError(true); in RunStopHooks()