Home
last modified time | relevance | path

Searched refs:GetUseExternalEditor (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h170 bool GetUseExternalEditor();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h266 bool GetUseExternalEditor() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1084 bool SBDebugger::GetUseExternalEditor() { in GetUseExternalEditor() function in SBDebugger
1085 return (m_opaque_sp ? m_opaque_sp->GetUseExternalEditor() : false); in GetUseExternalEditor()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp359 if (GetProcess()->GetTarget().GetDebugger().GetUseExternalEditor() && in SetSelectedFrameByIndexNoisily()
1924 if (target && target->GetDebugger().GetUseExternalEditor()) { in GetStatus()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp454 bool Debugger::GetUseExternalEditor() const { in GetUseExternalEditor() function in Debugger