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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h263 bool GetCloseInputOnEOF() const;
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i444 GetCloseInputOnEOF () const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h216 bool GetCloseInputOnEOF() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1450 bool SBDebugger::GetCloseInputOnEOF() const { function in class:SBDebugger
1451 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBDebugger, GetCloseInputOnEOF);
1453 return (m_opaque_sp ? m_opaque_sp->GetCloseInputOnEOF() : false);
1795 LLDB_REGISTER_METHOD_CONST(bool, SBDebugger, GetCloseInputOnEOF, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp805 bool Debugger::GetCloseInputOnEOF() const { function in class:Debugger

Completed in 184 milliseconds