Home
last modified time | relevance | path

Searched refs:eConnectionStatusInterrupted (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp337 case eConnectionStatusInterrupted: // Synchronization signal from in ReadThread()
414 case eConnectionStatusInterrupted: in ConnectionStatusAsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h318 eConnectionStatusInterrupted // Interrupted read enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp520 lldbassert(status == lldb::eConnectionStatusInterrupted); in GetCharacter()
532 case lldb::eConnectionStatusInterrupted: in GetCharacter()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp623 return eConnectionStatusInterrupted; in BytesAvailable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp304 case eConnectionStatusInterrupted: in WaitForPacketNoLock()
H A DGDBRemoteCommunicationServerLLGS.cpp1020 case eConnectionStatusInterrupted: