Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h65 LazyBool stop_on_error, LazyBool stop_on_crash, in CommandInterpreterRunOptions() argument
70 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()
111 void SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() argument
112 m_stop_on_crash = stop_on_crash ? eLazyBoolYes : eLazyBoolNo; in SetStopOnCrash()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp77 void SBCommandInterpreterRunOptions::SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() argument
79 (bool), stop_on_crash); in SetStopOnCrash()
81 m_opaque_up->SetStopOnCrash(stop_on_crash); in SetStopOnCrash()