Searched refs:SetUseExternalEditor (Results 1 – 6 of 6) sorted by relevance
299 bool SetUseExternalEditor(bool input);
293 bool SetUseExternalEditor(bool use_external_editor_p);
1454 bool SBDebugger::SetUseExternalEditor(bool value) { in SetUseExternalEditor() function in SBDebugger1457 return (m_opaque_sp ? m_opaque_sp->SetUseExternalEditor(value) : false); in SetUseExternalEditor()
444 m_debugger.SetUseExternalEditor(m_option_data.m_use_external_editor); in MainLoop()
387 bool Debugger::SetUseExternalEditor(bool b) { in SetUseExternalEditor() function in Debugger
22318 result = (bool)(arg1)->SetUseExternalEditor(arg2); in _wrap_SBDebugger_SetUseExternalEditor()