Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBCommunication.cpp84 status = eConnectionStatusLostConnection; in AdoptFileDesriptor()
/openbsd/gnu/llvm/lldb/source/Core/
H A DCommunication.cpp157 case eConnectionStatusLostConnection: in ConnectionStatusAsString()
H A DThreadedCommunication.cpp302 case eConnectionStatusLostConnection: // Lost connection while connected to in ReadThread()
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h302 eConnectionStatusLostConnection, ///< Lost connection while connected to a enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp371 case eConnectionStatusLostConnection: in WaitForPacketNoLock()
H A DGDBRemoteCommunicationServerLLGS.cpp1262 case eConnectionStatusLostConnection: in SendProcessOutput()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp218 case eConnectionStatusLostConnection: in WaitForPacketWithTimeoutMicroSecondsNoLock()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp611 case lldb::eConnectionStatusLostConnection: // Lost connection while in GetCharacter()
/openbsd/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst455 .. py:data:: eConnectionStatusLostConnection