Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp335 status = eConnectionStatusLostConnection; in Read()
407 status = eConnectionStatusLostConnection; in Write()
484 return eConnectionStatusLostConnection; in BytesAvailable()
532 return eConnectionStatusLostConnection; in BytesAvailable()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp84 status = eConnectionStatusLostConnection; in AdoptFileDesriptor()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp157 case eConnectionStatusLostConnection: in ConnectionStatusAsString()
H A DThreadedCommunication.cpp307 case eConnectionStatusLostConnection: // Lost connection while connected to in ReadThread()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h302 eConnectionStatusLostConnection, ///< Lost connection while connected to a enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp370 case eConnectionStatusLostConnection: in WaitForPacketNoLock()
H A DGDBRemoteCommunicationServerLLGS.cpp1262 case eConnectionStatusLostConnection: in SendProcessOutput()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp600 case lldb::eConnectionStatusLostConnection: // Lost connection while in GetCharacter()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst455 .. py:data:: eConnectionStatusLostConnection
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81236 …SWIG_LUA_CONSTTAB_INT("eConnectionStatusLostConnection", (lldb::eConnectionStatusLostConnection))},