Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h175 bool stop_on_error = true; global() member
H A DBreakpointOptions.h66 bool stop_on_error = true; member
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp64 void SBCommandInterpreterRunOptions::SetStopOnError(bool stop_on_error) { in SetStopOnError()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h100 LazyBool stop_on_error, LazyBool stop_on_crash, in CommandInterpreterRunOptions()
135 void SetStopOnError(bool stop_on_error) { in SetStopOnError()