Home
last modified time | relevance | path

Searched refs:GetCloseInputOnEOF (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h237 bool GetCloseInputOnEOF() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h214 bool GetCloseInputOnEOF() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1157 bool SBDebugger::GetCloseInputOnEOF() const { in GetCloseInputOnEOF() function in SBDebugger
1158 return (m_opaque_sp ? m_opaque_sp->GetCloseInputOnEOF() : false); in GetCloseInputOnEOF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp864 bool Debugger::GetCloseInputOnEOF() const { in GetCloseInputOnEOF() function in Debugger