Searched refs:SetUseExternalEditor (Results 1 – 7 of 7) sorted by relevance
355 SetUseExternalEditor (bool input);
232 bool SetUseExternalEditor(bool input);
1416 bool SBDebugger::SetUseExternalEditor(bool value) { in SetUseExternalEditor() function in SBDebugger1417 LLDB_RECORD_METHOD(bool, SBDebugger, SetUseExternalEditor, (bool), value); in SetUseExternalEditor()1419 return (m_opaque_sp ? m_opaque_sp->SetUseExternalEditor(value) : false); in SetUseExternalEditor()1858 LLDB_REGISTER_METHOD(bool, SBDebugger, SetUseExternalEditor, (bool)); in RegisterMethods()
316 bool SetUseExternalEditor(bool use_external_editor_p);
486 m_debugger.SetUseExternalEditor(m_option_data.m_use_external_editor); in MainLoop()
338 bool Debugger::SetUseExternalEditor(bool b) { in SetUseExternalEditor() function in Debugger
19328 result = (bool)(arg1)->SetUseExternalEditor(arg2); in _wrap_SBDebugger_SetUseExternalEditor()