Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp144 return eConnectionStatusError; in Connect()
182 return eConnectionStatusError; in Connect()
234 status = eConnectionStatusError; in Disconnect()
560 return eConnectionStatusError; in AcceptSocket()
582 return eConnectionStatusError; in ConnectSocket()
658 return eConnectionStatusError; in ConnectUDP()
716 return eConnectionStatusError; in ConnectFD()
731 return eConnectionStatusError; in ConnectFile()
774 return eConnectionStatusError; in ConnectSerialPort()
781 return eConnectionStatusError; in ConnectSerialPort()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp151 case eConnectionStatusError: in ConnectionStatusAsString()
H A DThreadedCommunication.cpp290 case eConnectionStatusError: // Check GetError() for details in ReadThread()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h299 eConnectionStatusError, ///< Check GetError() for details enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp371 case eConnectionStatusError: in WaitForPacketNoLock()
H A DGDBRemoteCommunicationServerLLGS.cpp1264 case eConnectionStatusError: in SendProcessOutput()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp610 case lldb::eConnectionStatusError: // Check GetError() for details in GetCharacter()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst443 .. py:data:: eConnectionStatusError
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77949 {SWIG_LUA_CONSTTAB_INT("eConnectionStatusError", lldb::eConnectionStatusError)},