Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp344 case eConnectionStatusInterrupted: // Synchronization signal from in ReadThread()
434 case eConnectionStatusInterrupted: in ConnectionStatusAsString()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h303 eConnectionStatusInterrupted ///< Interrupted read enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp631 return eConnectionStatusInterrupted; in BytesAvailable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp587 lldbassert(status == lldb::eConnectionStatusInterrupted); in GetCharacter()
599 case lldb::eConnectionStatusInterrupted: in GetCharacter()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp296 case eConnectionStatusInterrupted: in WaitForPacketNoLock()
H A DGDBRemoteCommunicationServerLLGS.cpp1214 case eConnectionStatusInterrupted: in SendProcessOutput()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst459 .. py:data:: eConnectionStatusInterrupted
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70699 {SWIG_LUA_CONSTTAB_INT("eConnectionStatusInterrupted", lldb::eConnectionStatusInterrupted)},