Home
last modified time | relevance | path

Searched refs:GetCloseOnEOF (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/API/
DSBCommunication.cpp44 bool SBCommunication::GetCloseOnEOF() { in GetCloseOnEOF() function in SBCommunication
48 return m_opaque->GetCloseOnEOF(); in GetCloseOnEOF()
/openbsd/src/gnu/llvm/lldb/source/Core/
DThreadedCommunication.cpp145 if (GetCloseOnEOF()) in Read()
283 disconnect = GetCloseOnEOF(); in ReadThread()
288 disconnect = GetCloseOnEOF(); in ReadThread()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBCommunication.i56 GetCloseOnEOF ();
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBCommunication.h56 bool GetCloseOnEOF();
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DCommunication.h163 bool GetCloseOnEOF() const { return m_close_on_eof; } in GetCloseOnEOF() function