Searched refs:SetStopOnError (Results 1 – 12 of 12) sorted by relevance
71 void SBCommandInterpreterRunOptions::SetStopOnError(bool stop_on_error) { in SetStopOnError() function in SBCommandInterpreterRunOptions72 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnError, in SetStopOnError()75 m_opaque_up->SetStopOnError(stop_on_error); in SetStopOnError()268 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnError, in RegisterMethods()
42 SetStopOnError (bool);
41 void SetStopOnError(bool);
300 options.SetStopOnError(data->stop_on_error); in WatchpointOptionsCallbackFunction()
470 options.SetStopOnError(false); in DoExecute()
147 options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue()); in DoExecute()
127 void SetStopOnError(bool stop_on_error) { in SetStopOnError() function
644 options.SetStopOnError(data->stop_on_error); in BreakpointOptionsCallbackFunction()
610 options.SetStopOnError(true); in MainLoop()
2139 options.SetStopOnError(false); in SourceInitFile()
3406 options.SetStopOnError(true); in HandleStop()
12822 (arg1)->SetStopOnError(arg2); in _wrap_SBCommandInterpreterRunOptions_SetStopOnError()