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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h191 GetUseExternalEditor ();
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h308 GetUseExternalEditor () const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1124 SBDebugger::GetUseExternalEditor () function in class:SBDebugger
1127 return m_opaque_sp->GetUseExternalEditor ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp371 if (GetProcess()->GetTarget().GetDebugger().GetUseExternalEditor() && frame_sc.line_entry.file && frame_sc.line_entry.line != 0)
1958 if (target && target->GetDebugger().GetUseExternalEditor())
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp293 Debugger::GetUseExternalEditor () const function in class:Debugger

Completed in 129 milliseconds