Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp52 void SBCommunication::SetCloseOnEOF(bool b) { in SetCloseOnEOF() function in SBCommunication
56 m_opaque->SetCloseOnEOF(b); in SetCloseOnEOF()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h58 void SetCloseOnEOF(bool b);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h165 void SetCloseOnEOF(bool b) { m_close_on_eof = b; } in SetCloseOnEOF() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1217 m_stdio_communication.SetCloseOnEOF(false); in SetSTDIOFileDescriptor()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp16742 (arg1)->SetCloseOnEOF(arg2); in _wrap_SBCommunication_SetCloseOnEOF()