Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp267 (status != lldb::eConnectionStatusEndOfFile)) in AppendBytesToCache()
314 else if ((bytes_read == 0) && status == eConnectionStatusEndOfFile) { in ReadThread()
324 case eConnectionStatusEndOfFile: in ReadThread()
412 case eConnectionStatusEndOfFile: in ConnectionStatusAsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp401 status = eConnectionStatusEndOfFile; in Read()
620 return eConnectionStatusEndOfFile; in BytesAvailable()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h312 eConnectionStatusEndOfFile, // End-of-file encountered enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp402 case eConnectionStatusEndOfFile: in WaitForPacketNoLock()
H A DGDBRemoteCommunicationServerLLGS.cpp1009 case eConnectionStatusEndOfFile:
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp537 case lldb::eConnectionStatusEndOfFile: // End-of-file encountered in GetCharacter()