Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i444 GetCloseInputOnEOF () const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h305 bool GetCloseInputOnEOF() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1525 bool SBDebugger::GetCloseInputOnEOF() const { in GetCloseInputOnEOF() function in SBDebugger
1526 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBDebugger, GetCloseInputOnEOF); in GetCloseInputOnEOF()
1528 return (m_opaque_sp ? m_opaque_sp->GetCloseInputOnEOF() : false); in GetCloseInputOnEOF()
1868 LLDB_REGISTER_METHOD_CONST(bool, SBDebugger, GetCloseInputOnEOF, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h262 bool GetCloseInputOnEOF() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp794 bool Debugger::GetCloseInputOnEOF() const { in GetCloseInputOnEOF() function in Debugger
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20067 result = (bool)((lldb::SBDebugger const *)arg1)->GetCloseInputOnEOF(); in _wrap_SBDebugger_GetCloseInputOnEOF()