Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py59 obj.GetCloseInputOnEOF()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i466 GetCloseInputOnEOF () const;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h322 bool GetCloseInputOnEOF() const;
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h241 bool GetCloseInputOnEOF() const;
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1488 bool SBDebugger::GetCloseInputOnEOF() const { in GetCloseInputOnEOF() function in SBDebugger
1491 return (m_opaque_sp ? m_opaque_sp->GetCloseInputOnEOF() : false); in GetCloseInputOnEOF()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp852 bool Debugger::GetCloseInputOnEOF() const { in GetCloseInputOnEOF() function in Debugger