Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp248 (status != lldb::eConnectionStatusEndOfFile)) in AppendBytesToCache()
279 if (bytes_read > 0 || status == eConnectionStatusEndOfFile) in ReadThread()
286 case eConnectionStatusEndOfFile: in ReadThread()
H A DCommunication.cpp159 case eConnectionStatusEndOfFile: in ConnectionStatusAsString()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp293 status = eConnectionStatusEndOfFile; in Read()
520 return eConnectionStatusEndOfFile; in BytesAvailable()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h298 eConnectionStatusEndOfFile, ///< End-of-file encountered enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp368 case eConnectionStatusEndOfFile: in WaitForPacketNoLock()
H A DGDBRemoteCommunicationServerLLGS.cpp1263 case eConnectionStatusEndOfFile: in SendProcessOutput()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp612 case lldb::eConnectionStatusEndOfFile: // End-of-file encountered in GetCharacter()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst439 .. py:data:: eConnectionStatusEndOfFile
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77948 {SWIG_LUA_CONSTTAB_INT("eConnectionStatusEndOfFile", lldb::eConnectionStatusEndOfFile)},