Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_debugger.py58 obj.GetCloseInputOnEOF()
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i444 GetCloseInputOnEOF () const;
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h267 bool GetCloseInputOnEOF() const;
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h218 bool GetCloseInputOnEOF() const;
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1482 bool SBDebugger::GetCloseInputOnEOF() const { in GetCloseInputOnEOF() function in SBDebugger
1483 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBDebugger, GetCloseInputOnEOF); in GetCloseInputOnEOF()
1485 return (m_opaque_sp ? m_opaque_sp->GetCloseInputOnEOF() : false); in GetCloseInputOnEOF()
1819 LLDB_REGISTER_METHOD_CONST(bool, SBDebugger, GetCloseInputOnEOF, ()); in RegisterMethods()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp772 bool Debugger::GetCloseInputOnEOF() const { in GetCloseInputOnEOF() function in Debugger