Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h301 bool GetUseExternalEditor();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h292 bool GetUseExternalEditor() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1460 bool SBDebugger::GetUseExternalEditor() { in GetUseExternalEditor() function in SBDebugger
1463 return (m_opaque_sp ? m_opaque_sp->GetUseExternalEditor() : false); in GetUseExternalEditor()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp305 if (debugger.GetUseExternalEditor() && frame_sc.line_entry.GetFile() && in SetSelectedFrameByIndexNoisily()
1751 if (target && target->GetDebugger().GetUseExternalEditor()) { in GetStatus()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp381 bool Debugger::GetUseExternalEditor() const { in GetUseExternalEditor() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22342 result = (bool)(arg1)->GetUseExternalEditor(); in _wrap_SBDebugger_GetUseExternalEditor()