Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDThreadedCommunication.cpp248 (status != lldb::eConnectionStatusEndOfFile)) in AppendBytesToCache()
279 if (bytes_read > 0 || status == eConnectionStatusEndOfFile) in ReadThread()
286 case eConnectionStatusEndOfFile: in ReadThread()
HDCommunication.cpp159 case eConnectionStatusEndOfFile: in ConnectionStatusAsString()
/freebsd-head/contrib/llvm-project/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp293 status = eConnectionStatusEndOfFile; in Read()
520 return eConnectionStatusEndOfFile; in BytesAvailable()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h298 eConnectionStatusEndOfFile, ///< End-of-file encountered enumerator
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunication.cpp368 case eConnectionStatusEndOfFile: in WaitForPacketNoLock()
HDGDBRemoteCommunicationServerLLGS.cpp1263 case eConnectionStatusEndOfFile: in SendProcessOutput()
/freebsd-head/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp598 case lldb::eConnectionStatusEndOfFile: // End-of-file encountered in GetCharacter()
/freebsd-head/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst439 .. py:data:: eConnectionStatusEndOfFile
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp81232 {SWIG_LUA_CONSTTAB_INT("eConnectionStatusEndOfFile", (lldb::eConnectionStatusEndOfFile))},