Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i358 GetUseExternalEditor ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h234 bool GetUseExternalEditor();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1422 bool SBDebugger::GetUseExternalEditor() { in GetUseExternalEditor() function in SBDebugger
1423 LLDB_RECORD_METHOD_NO_ARGS(bool, SBDebugger, GetUseExternalEditor); in GetUseExternalEditor()
1425 return (m_opaque_sp ? m_opaque_sp->GetUseExternalEditor() : false); in GetUseExternalEditor()
1859 LLDB_REGISTER_METHOD(bool, SBDebugger, GetUseExternalEditor, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h314 bool GetUseExternalEditor() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp303 if (GetProcess()->GetTarget().GetDebugger().GetUseExternalEditor() && in SetSelectedFrameByIndexNoisily()
1729 if (target && target->GetDebugger().GetUseExternalEditor()) { in GetStatus()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp332 bool Debugger::GetUseExternalEditor() const { in GetUseExternalEditor() function in Debugger
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19352 result = (bool)(arg1)->GetUseExternalEditor(); in _wrap_SBDebugger_GetUseExternalEditor()