Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp444 status = eConnectionStatusLostConnection; in Read()
516 status = eConnectionStatusLostConnection; in Write()
593 return eConnectionStatusLostConnection; in BytesAvailable()
640 return eConnectionStatusLostConnection; in BytesAvailable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp351 case eConnectionStatusLostConnection: // Lost connection while connected to in ReadThread()
430 case eConnectionStatusLostConnection: in ConnectionStatusAsString()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp87 status = eConnectionStatusLostConnection; in AdoptFileDesriptor()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h301 eConnectionStatusLostConnection, ///< Lost connection while connected to a enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp395 case eConnectionStatusLostConnection: in WaitForPacketNoLock()
H A DGDBRemoteCommunicationServerLLGS.cpp1201 case eConnectionStatusLostConnection: in SendProcessOutput()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp606 case lldb::eConnectionStatusLostConnection: // Lost connection while in GetCharacter()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst455 .. py:data:: eConnectionStatusLostConnection
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70698 … {SWIG_LUA_CONSTTAB_INT("eConnectionStatusLostConnection", lldb::eConnectionStatusLostConnection)},