Home
last modified time | relevance | path

Searched defs:GetCloseOnEOF (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h163 bool GetCloseOnEOF() const { return m_close_on_eof; } in GetCloseOnEOF() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp44 bool SBCommunication::GetCloseOnEOF() { in GetCloseOnEOF() function in SBCommunication