Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i382 GetUseExternalEditor ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h262 bool GetUseExternalEditor();
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h294 bool GetUseExternalEditor() const;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1443 bool SBDebugger::GetUseExternalEditor() { in GetUseExternalEditor() function in SBDebugger
1446 return (m_opaque_sp ? m_opaque_sp->GetUseExternalEditor() : false); in GetUseExternalEditor()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp306 if (GetProcess()->GetTarget().GetDebugger().GetUseExternalEditor() && in SetSelectedFrameByIndexNoisily()
1749 if (target && target->GetDebugger().GetUseExternalEditor()) { in GetStatus()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp365 bool Debugger::GetUseExternalEditor() const { in GetUseExternalEditor() function in Debugger