Home
last modified time | relevance | path

Searched refs:SetCloseOnEOF (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBCommunication.cpp62 SBCommunication::SetCloseOnEOF (bool b) in SetCloseOnEOF() function in SBCommunication
65 m_opaque->SetCloseOnEOF (b); in SetCloseOnEOF()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBCommunication.h62 SetCloseOnEOF (bool b);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDCommunication.h346 SetCloseOnEOF (bool b) in SetCloseOnEOF() function
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp868 m_stdio_communication.SetCloseOnEOF (false); in SetSTDIOFileDescriptor()