Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i355 SetUseExternalEditor (bool input);
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h194 bool SetUseExternalEditor(bool input);
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h270 bool SetUseExternalEditor(bool use_external_editor_p);
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1373 bool SBDebugger::SetUseExternalEditor(bool value) { in SetUseExternalEditor() function in SBDebugger
1374 LLDB_RECORD_METHOD(bool, SBDebugger, SetUseExternalEditor, (bool), value); in SetUseExternalEditor()
1376 return (m_opaque_sp ? m_opaque_sp->SetUseExternalEditor(value) : false); in SetUseExternalEditor()
1809 LLDB_REGISTER_METHOD(bool, SBDebugger, SetUseExternalEditor, (bool)); in RegisterMethods()
/external/llvm-project/lldb/tools/driver/
DDriver.cpp485 m_debugger.SetUseExternalEditor(m_option_data.m_use_external_editor); in MainLoop()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp331 bool Debugger::SetUseExternalEditor(bool b) { in SetUseExternalEditor() function in Debugger