Searched refs:SetUseExternalEditor (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp486 m_debugger.SetUseExternalEditor(m_option_data.m_use_external_editor);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp401 bool Debugger::SetUseExternalEditor(bool b) { function in class:Debugger
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1353 bool SBDebugger::SetUseExternalEditor(bool value) { function in class:SBDebugger
1354 LLDB_RECORD_METHOD(bool, SBDebugger, SetUseExternalEditor, (bool), value);
1356 return (m_opaque_sp ? m_opaque_sp->SetUseExternalEditor(value) : false);
1785 LLDB_REGISTER_METHOD(bool, SBDebugger, SetUseExternalEditor, (bool));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h268 bool SetUseExternalEditor(bool use_external_editor_p);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h194 bool SetUseExternalEditor(bool input);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i355 SetUseExternalEditor (bool input);

Completed in 104 milliseconds