Searched refs:stop_on_crash (Results 1 – 2 of 2) sorted by relevance
57 LazyBool stop_on_crash, in CommandInterpreterRunOptions() argument63 m_stop_on_crash(stop_on_crash), in CommandInterpreterRunOptions()122 SetStopOnCrash (bool stop_on_crash) in SetStopOnCrash() argument124 m_stop_on_crash = stop_on_crash ? eLazyBoolYes : eLazyBoolNo; in SetStopOnCrash()
73 SBCommandInterpreterRunOptions::SetStopOnCrash (bool stop_on_crash) in SetStopOnCrash() argument75 m_opaque_up->SetStopOnCrash(stop_on_crash); in SetStopOnCrash()