Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h175 bool stop_on_error = true; member
H A DBreakpointOptions.h66 bool stop_on_error = true; member
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h95 LazyBool stop_on_error, LazyBool stop_on_crash, in CommandInterpreterRunOptions()
128 void SetStopOnError(bool stop_on_error) { in SetStopOnError()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp64 void SBCommandInterpreterRunOptions::SetStopOnError(bool stop_on_error) { in SetStopOnError()