Home
last modified time | relevance | path

Searched defs:stop_on_crash (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp76 void SBCommandInterpreterRunOptions::SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash()
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h100 LazyBool stop_on_error, LazyBool stop_on_crash, in CommandInterpreterRunOptions() argument
141 void SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() argument