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

/freebsd-10.0-release/contrib/llvm/tools/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
/freebsd-10.0-release/contrib/llvm/tools/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,
/freebsd-10.0-release/tools/regression/usr.bin/env/
H A Dregress-sb.rb250 when "--stop-on-error", "--stop_on_error"
251 $stop_on_error = true
423 $stop_on_error = false
489 break if $stop_on_error
/freebsd-10.0-release/contrib/llvm/tools/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,
/freebsd-10.0-release/contrib/llvm/tools/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
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2149 bool stop_on_error = true; local
2155 stop_on_error,

Completed in 149 milliseconds