Searched defs:m_stop_on_error (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp258 data_ap->stop_on_error = m_options.m_stop_on_error;
452 m_stop_on_error = Args::StringToBoolean(option_arg, false, &success);
479 m_stop_on_error = true;
503 bool m_stop_on_error; member in class:CommandObjectBreakpointCommandAdd::CommandOptions
H A DCommandObjectWatchpointCommand.cpp236 data_ap->stop_on_error = m_options.m_stop_on_error;
429 m_stop_on_error = Args::StringToBoolean(option_arg, false, &success);
456 m_stop_on_error = true;
480 bool m_stop_on_error; member in class:CommandObjectWatchpointCommandAdd::CommandOptions
H A DCommandObjectCommands.cpp312 m_stop_on_error (true)
329 error = m_stop_on_error.SetValueFromCString(option_arg);
352 m_stop_on_error.Clear();
369 OptionValueBoolean m_stop_on_error; member in class:CommandObjectCommandsSource::CommandOptions
388 bool stop_on_error = m_options.m_stop_on_error.OptionWasSet() ? (bool)m_options.m_stop_on_error : m_interpreter.GetStopCmdSourceOnError();

Completed in 109 milliseconds