Searched refs:m_stop_on_error (Results 1 – 5 of 5) sorted by relevance
226 data_up->stop_on_error = m_options.m_stop_on_error; in SetWatchpointCommandCallback()311 m_stop_on_error = in SetOptionValue()335 m_stop_on_error = true; in OptionParsingStarting()353 bool m_stop_on_error; member in CommandObjectWatchpointCommandAdd::CommandOptions
237 cmd_data->stop_on_error = m_options.m_stop_on_error; in SetBreakpointCommandCallback()280 m_stop_on_error = in SetOptionValue()303 m_stop_on_error = true; in OptionParsingStarting()321 bool m_stop_on_error; member in CommandObjectBreakpointCommandAdd::CommandOptions
61 : m_stop_on_error(true), m_silent_run(false), m_stop_on_continue(true), in CommandOptions()73 error = m_stop_on_error.SetValueFromString(option_arg); in SetOptionValue()96 m_stop_on_error.Clear(); in OptionParsingStarting()108 OptionValueBoolean m_stop_on_error; member in CommandObjectCommandsSource::CommandOptions149 if (m_options.m_stop_on_error.OptionWasSet() || in DoExecute()156 if (m_options.m_stop_on_error.OptionWasSet()) in DoExecute()157 options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue()); in DoExecute()
105 : m_stop_on_continue(stop_on_continue), m_stop_on_error(stop_on_error), in CommandInterpreterRunOptions()133 bool GetStopOnError() const { return DefaultToNo(m_stop_on_error); } in GetStopOnError()136 m_stop_on_error = stop_on_error ? eLazyBoolYes : eLazyBoolNo; in SetStopOnError()198 LazyBool m_stop_on_error = eLazyBoolCalculate; variable
2878 if (options.m_stop_on_error == eLazyBoolCalculate) { in HandleCommandsFromFile()2885 } else if (options.m_stop_on_error == eLazyBoolYes) { in HandleCommandsFromFile()3531 if (options->m_stop_on_error == eLazyBoolYes) in GetIOHandler()