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.cpp327 status = eConnectionStatusLostConnection; in Read()
397 status = eConnectionStatusLostConnection; in Write()
475 return eConnectionStatusLostConnection; in BytesAvailable()
523 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.h309 eConnectionStatusLostConnection, ///< Lost connection while connected to a enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp360 case eConnectionStatusLostConnection: in WaitForPacketNoLock()
H A DGDBRemoteCommunicationServerLLGS.cpp1266 case eConnectionStatusLostConnection: in SendProcessOutput()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp629 case lldb::eConnectionStatusLostConnection: in GetCharacter()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst455 .. py:data:: eConnectionStatusLostConnection
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82634 …SWIG_LUA_CONSTTAB_INT("eConnectionStatusLostConnection", (lldb::eConnectionStatusLostConnection))},