Searched refs:SetUseExternalEditor (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h188 SetUseExternalEditor (bool input);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h311 SetUseExternalEditor (bool use_external_editor_p);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1116 SBDebugger::SetUseExternalEditor (bool value) function in class:SBDebugger
1119 return m_opaque_sp->SetUseExternalEditor (value);
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp862 m_debugger.SetUseExternalEditor(m_option_data.m_use_external_editor);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp300 Debugger::SetUseExternalEditor (bool b) function in class:Debugger

Completed in 186 milliseconds