Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h168 bool SetUseExternalEditor(bool input);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h268 bool SetUseExternalEditor(bool use_external_editor_p);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1080 bool SBDebugger::SetUseExternalEditor(bool value) { in SetUseExternalEditor() function in SBDebugger
1081 return (m_opaque_sp ? m_opaque_sp->SetUseExternalEditor(value) : false); in SetUseExternalEditor()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp581 m_debugger.SetUseExternalEditor(m_option_data.m_use_external_editor); in MainLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp460 bool Debugger::SetUseExternalEditor(bool b) { in SetUseExternalEditor() function in Debugger