Searched defs:stop_on_error (Results 1 - 6 of 6) 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/stressapptest/src/
H A Dsat.h93 bool stop_on_error() const { return stop_on_error_; } function in class:Sat
/external/lldb/source/Commands/
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/source/Target/
H A DTarget.cpp2149 bool stop_on_error = true; local
2155 stop_on_error,

Completed in 140 milliseconds