Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp337 status = eConnectionStatusLostConnection; in Read()
409 status = eConnectionStatusLostConnection; in Write()
486 return eConnectionStatusLostConnection; in BytesAvailable()
534 return eConnectionStatusLostConnection; in BytesAvailable()
/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp356 case eConnectionStatusLostConnection: // Lost connection while connected to in ReadThread()
434 case eConnectionStatusLostConnection: in ConnectionStatusAsString()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommunication.cpp83 status = eConnectionStatusLostConnection; in AdoptFileDesriptor()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h301 eConnectionStatusLostConnection, ///< Lost connection while connected to a enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp390 case eConnectionStatusLostConnection: in WaitForPacketNoLock()
H A DGDBRemoteCommunicationServerLLGS.cpp1264 case eConnectionStatusLostConnection: in SendProcessOutput()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp218 case eConnectionStatusLostConnection: in WaitForPacketWithTimeoutMicroSecondsNoLock()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp610 case lldb::eConnectionStatusLostConnection: // Lost connection while in GetCharacter()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst455 .. py:data:: eConnectionStatusLostConnection