Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDCommunication.cpp314 && (status != lldb::eConnectionStatusEndOfFile)) in AppendBytesToCache()
370 && status == eConnectionStatusEndOfFile) in ReadThread()
382 case eConnectionStatusEndOfFile: in ReadThread()
478 case eConnectionStatusEndOfFile: return "end of file"; in ConnectionStatusAsCString()
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp425 status = eConnectionStatusEndOfFile; in Read()
717 return eConnectionStatusEndOfFile; in BytesAvailable()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h255 eConnectionStatusEndOfFile, // End-of-file encountered enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunication.cpp539 case eConnectionStatusEndOfFile: in WaitForPacketWithTimeoutMicroSecondsNoLock()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDEditline.cpp627 case lldb::eConnectionStatusEndOfFile: // End-of-file encountered in GetCharacter()