Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i355 SetUseExternalEditor (bool input);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h232 bool SetUseExternalEditor(bool input);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1416 bool SBDebugger::SetUseExternalEditor(bool value) { in SetUseExternalEditor() function in SBDebugger
1417 LLDB_RECORD_METHOD(bool, SBDebugger, SetUseExternalEditor, (bool), value); in SetUseExternalEditor()
1419 return (m_opaque_sp ? m_opaque_sp->SetUseExternalEditor(value) : false); in SetUseExternalEditor()
1858 LLDB_REGISTER_METHOD(bool, SBDebugger, SetUseExternalEditor, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h316 bool SetUseExternalEditor(bool use_external_editor_p);
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp486 m_debugger.SetUseExternalEditor(m_option_data.m_use_external_editor); in MainLoop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp338 bool Debugger::SetUseExternalEditor(bool b) { in SetUseExternalEditor() function in Debugger
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19328 result = (bool)(arg1)->SetUseExternalEditor(arg2); in _wrap_SBDebugger_SetUseExternalEditor()