Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i379 SetUseExternalEditor (bool input);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h260 bool SetUseExternalEditor(bool input);
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h296 bool SetUseExternalEditor(bool use_external_editor_p);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1437 bool SBDebugger::SetUseExternalEditor(bool value) { in SetUseExternalEditor() function in SBDebugger
1440 return (m_opaque_sp ? m_opaque_sp->SetUseExternalEditor(value) : false); in SetUseExternalEditor()
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp449 m_debugger.SetUseExternalEditor(m_option_data.m_use_external_editor); in MainLoop()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp371 bool Debugger::SetUseExternalEditor(bool b) { in SetUseExternalEditor() function in Debugger