Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBDebugger.h189 SetUseExternalEditor (bool input);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDebugger.h311 SetUseExternalEditor (bool use_external_editor_p);
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp1156 SBDebugger::SetUseExternalEditor (bool value) in SetUseExternalEditor() function in SBDebugger
1159 return m_opaque_sp->SetUseExternalEditor (value); in SetUseExternalEditor()
/NextBSD/contrib/llvm/tools/lldb/tools/driver/
HDDriver.cpp978 m_debugger.SetUseExternalEditor(m_option_data.m_use_external_editor); in MainLoop()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp340 Debugger::SetUseExternalEditor (bool b) in SetUseExternalEditor() function in Debugger