Searched refs:SetStopOnCrash (Results 1 – 6 of 6) sorted by relevance
85 void SBCommandInterpreterRunOptions::SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() function in SBCommandInterpreterRunOptions86 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnCrash, in SetStopOnCrash()89 m_opaque_up->SetStopOnCrash(stop_on_crash); in SetStopOnCrash()272 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnCrash, in RegisterMethods()
48 SetStopOnCrash (bool);
45 void SetStopOnCrash(bool);
133 void SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() function
611 options.SetStopOnCrash(m_option_data.m_batch); in MainLoop()
12872 (arg1)->SetStopOnCrash(arg2); in _wrap_SBCommandInterpreterRunOptions_SetStopOnCrash()