Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h299 bool SetUseExternalEditor(bool input);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h293 bool SetUseExternalEditor(bool use_external_editor_p);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1454 bool SBDebugger::SetUseExternalEditor(bool value) { in SetUseExternalEditor() function in SBDebugger
1457 return (m_opaque_sp ? m_opaque_sp->SetUseExternalEditor(value) : false); in SetUseExternalEditor()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp444 m_debugger.SetUseExternalEditor(m_option_data.m_use_external_editor); in MainLoop()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp387 bool Debugger::SetUseExternalEditor(bool b) { in SetUseExternalEditor() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22318 result = (bool)(arg1)->SetUseExternalEditor(arg2); in _wrap_SBDebugger_SetUseExternalEditor()