Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp278 (status != lldb::eConnectionStatusEndOfFile)) in AppendBytesToCache()
323 if (bytes_read > 0 || status == eConnectionStatusEndOfFile) in ReadThread()
330 case eConnectionStatusEndOfFile: in ReadThread()
432 case eConnectionStatusEndOfFile: in ConnectionStatusAsString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp402 status = eConnectionStatusEndOfFile; in Read()
628 return eConnectionStatusEndOfFile; in BytesAvailable()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h297 eConnectionStatusEndOfFile, ///< End-of-file encountered enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp393 case eConnectionStatusEndOfFile: in WaitForPacketNoLock()
H A DGDBRemoteCommunicationServerLLGS.cpp1202 case eConnectionStatusEndOfFile: in SendProcessOutput()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp604 case lldb::eConnectionStatusEndOfFile: // End-of-file encountered in GetCharacter()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst439 .. py:data:: eConnectionStatusEndOfFile
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70694 {SWIG_LUA_CONSTTAB_INT("eConnectionStatusEndOfFile", lldb::eConnectionStatusEndOfFile)},