Searched refs:stop_on_crash (Results 1 – 2 of 2) sorted by relevance
65 LazyBool stop_on_error, LazyBool stop_on_crash, in CommandInterpreterRunOptions() argument70 m_stop_on_crash(stop_on_crash), m_echo_commands(echo_commands), in CommandInterpreterRunOptions()111 void SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() argument112 m_stop_on_crash = stop_on_crash ? eLazyBoolYes : eLazyBoolNo; in SetStopOnCrash()
77 void SBCommandInterpreterRunOptions::SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() argument79 (bool), stop_on_crash); in SetStopOnCrash()81 m_opaque_up->SetStopOnCrash(stop_on_crash); in SetStopOnCrash()