Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/lldb/source/Host/posix/ !
H A DConnectionFileDescriptorPosix.cpp293 status = eConnectionStatusEndOfFile; in Read()
520 return eConnectionStatusEndOfFile; in BytesAvailable()
/src/contrib/llvm-project/lldb/include/lldb/ !
H A Dlldb-enumerations.h298 eConnectionStatusEndOfFile, ///< End-of-file encountered enumerator
/src/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()
/src/contrib/llvm-project/lldb/source/Host/common/ !
H A DEditline.cpp598 case lldb::eConnectionStatusEndOfFile: // End-of-file encountered in GetCharacter()
/src/contrib/llvm-project/lldb/docs/ !
H A Dpython_api_enums.rst439 .. py:data:: eConnectionStatusEndOfFile
/src/lib/clang/liblldb/ !
H A DLLDBWrapLua.cpp81232 {SWIG_LUA_CONSTTAB_INT("eConnectionStatusEndOfFile", (lldb::eConnectionStatusEndOfFile))},