Searched refs:SetUseExternalEditor (Results 1 – 6 of 6) sorted by relevance
403 bool SetUseExternalEditor(bool input);
286 bool SetUseExternalEditor(bool use_external_editor_p);
1439 bool SBDebugger::SetUseExternalEditor(bool value) { in SetUseExternalEditor() function in SBDebugger1442 return (m_opaque_sp ? m_opaque_sp->SetUseExternalEditor(value) : false); in SetUseExternalEditor()
457 m_debugger.SetUseExternalEditor(m_option_data.m_use_external_editor); in MainLoop()
436 bool Debugger::SetUseExternalEditor(bool b) { in SetUseExternalEditor() function in Debugger
22604 result = (bool)(arg1)->SetUseExternalEditor(arg2); in _wrap_SBDebugger_SetUseExternalEditor()