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

/freebsd-10.2-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.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h174 /// @param[in] stop_on_error
188 bool stop_on_error,
205 /// @param[in] stop_on_error
219 LazyBool stop_on_error,
/freebsd-10.2-release/tools/regression/usr.bin/env/
H A Dregress-sb.rb250 when "--stop-on-error", "--stop_on_error"
251 $stop_on_error = true
424 $stop_on_error = false
490 break if $stop_on_error
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp267 data_ap->stop_on_error = m_options.m_stop_on_error;
312 data->stop_on_error,
H A DCommandObjectWatchpointCommand.cpp245 data_ap->stop_on_error = m_options.m_stop_on_error;
289 data->stop_on_error,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2432 bool stop_on_error,
2495 if (stop_on_error)
2562 LazyBool stop_on_error,
2598 if (stop_on_error == eLazyBoolCalculate)
2610 else if (stop_on_error == eLazyBoolYes)
2429 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
2559 HandleCommandsFromFile(FileSpec &cmd_file, ExecutionContext *context, LazyBool stop_on_continue, LazyBool stop_on_error, LazyBool echo_command, LazyBool print_result, LazyBool add_to_history, CommandReturnObject &result) argument
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2170 bool stop_on_error = true; local
2176 stop_on_error,

Completed in 145 milliseconds