Searched refs:stop_on_error (Results 1 - 11 of 11) sorted by relevance

/external/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h205 stop_on_error(true)
215 bool stop_on_error; member in struct:lldb_private::WatchpointOptions::CommandData
H A DBreakpointOptions.h303 stop_on_error(true)
313 bool stop_on_error; member in struct:lldb_private::BreakpointOptions::CommandData
/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h172 /// @param[in] stop_on_error
186 bool stop_on_error,
203 /// @param[in] stop_on_error
217 bool stop_on_error,
/external/stressapptest/src/
H A Dsat.h93 bool stop_on_error() const { return stop_on_error_; } function in class:Sat
H A Dworker.cc1790 if (sat_->stop_on_error()) {
/external/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp236 data_ap->stop_on_error = m_options.m_stop_on_error;
367 data->stop_on_error,
H A DCommandObjectBreakpointCommand.cpp258 data_ap->stop_on_error = m_options.m_stop_on_error;
390 data->stop_on_error,
H A DCommandObjectCommands.cpp388 bool stop_on_error = m_options.m_stop_on_error.OptionWasSet() ? (bool)m_options.m_stop_on_error : m_interpreter.GetStopCmdSourceOnError(); local
393 stop_on_error,
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2454 bool stop_on_error = false; local
2458 HandleCommandsFromFile (init_file, exe_ctx, stop_on_continue, stop_on_error, echo_commands, print_results, eLazyBoolNo, result);
2488 bool stop_on_error,
2551 if (stop_on_error)
2610 bool stop_on_error,
2628 HandleCommands (commands, context, stop_on_continue, stop_on_error, echo_command, print_result, add_to_history, result);
2485 HandleCommands(const StringList &commands, ExecutionContext *override_context, bool stop_on_continue, bool stop_on_error, bool echo_commands, bool print_results, LazyBool add_to_history, CommandReturnObject &result) argument
2607 HandleCommandsFromFile(FileSpec &cmd_file, ExecutionContext *context, bool stop_on_continue, bool stop_on_error, bool echo_command, bool print_result, LazyBool add_to_history, CommandReturnObject &result) argument
/external/lldb/examples/python/
H A Dprocess_events.py64 if options.stop_on_error:
89 parser.add_option('--ignore-errors', action='store_false', dest='stop_on_error', help="Don't stop executing LLDB commands if the command returns an error. This applies to all of the LLDB command interpreter commands that get run for launch, stop, crash and exit.", default=True)
/external/lldb/source/Target/
H A DTarget.cpp2149 bool stop_on_error = true; local
2155 stop_on_error,

Completed in 1191 milliseconds