Home
last modified time | relevance | path

Searched defs:stop_on_error (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h170 bool stop_on_error = true; member
H A DBreakpointOptions.h66 bool stop_on_error = true; member
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp64 void SBCommandInterpreterRunOptions::SetStopOnError(bool stop_on_error) { in SetStopOnError() argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h95 CommandInterpreterRunOptions(LazyBool stop_on_continue,LazyBool stop_on_error,LazyBool stop_on_crash,LazyBool echo_commands,LazyBool echo_comments,LazyBool print_results,LazyBool print_errors,LazyBool add_to_history) CommandInterpreterRunOptions() argument
128 SetStopOnError(bool stop_on_error) SetStopOnError() argument