Home
last modified time | relevance | path

Searched refs:SetUseExternalEditor (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i377 SetUseExternalEditor (bool input);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h243 bool SetUseExternalEditor(bool input);
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h300 bool SetUseExternalEditor(bool use_external_editor_p);
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1401 bool SBDebugger::SetUseExternalEditor(bool value) { in SetUseExternalEditor() function in SBDebugger
1404 return (m_opaque_sp ? m_opaque_sp->SetUseExternalEditor(value) : false); in SetUseExternalEditor()
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp447 m_debugger.SetUseExternalEditor(m_option_data.m_use_external_editor); in MainLoop()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp364 bool Debugger::SetUseExternalEditor(bool b) { in SetUseExternalEditor() function in Debugger