Searched refs:SetUseExternalEditor (Results 1 – 5 of 5) sorted by relevance
168 bool SetUseExternalEditor(bool input);
268 bool SetUseExternalEditor(bool use_external_editor_p);
1080 bool SBDebugger::SetUseExternalEditor(bool value) { in SetUseExternalEditor() function in SBDebugger1081 return (m_opaque_sp ? m_opaque_sp->SetUseExternalEditor(value) : false); in SetUseExternalEditor()
581 m_debugger.SetUseExternalEditor(m_option_data.m_use_external_editor); in MainLoop()
460 bool Debugger::SetUseExternalEditor(bool b) { in SetUseExternalEditor() function in Debugger