Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp161 case eConnectionStatusInterrupted: in ConnectionStatusAsString()
H A DThreadedCommunication.cpp300 case eConnectionStatusInterrupted: // Synchronization signal from in ReadThread()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h304 eConnectionStatusInterrupted ///< Interrupted read enumerator
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp523 return eConnectionStatusInterrupted; in BytesAvailable()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp595 lldbassert(status == lldb::eConnectionStatusInterrupted); in GetCharacter()
607 case lldb::eConnectionStatusInterrupted: in GetCharacter()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp271 case eConnectionStatusInterrupted: in WaitForPacketNoLock()
H A DGDBRemoteCommunicationServerLLGS.cpp1275 case eConnectionStatusInterrupted: in SendProcessOutput()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst459 .. py:data:: eConnectionStatusInterrupted
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77953 {SWIG_LUA_CONSTTAB_INT("eConnectionStatusInterrupted", lldb::eConnectionStatusInterrupted)},