Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDCommunication.cpp161 case eConnectionStatusInterrupted: in ConnectionStatusAsString()
HDThreadedCommunication.cpp300 case eConnectionStatusInterrupted: // Synchronization signal from in ReadThread()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h304 eConnectionStatusInterrupted ///< Interrupted read enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp523 return eConnectionStatusInterrupted; in BytesAvailable()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp581 lldbassert(status == lldb::eConnectionStatusInterrupted); in GetCharacter()
593 case lldb::eConnectionStatusInterrupted: in GetCharacter()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunication.cpp271 case eConnectionStatusInterrupted: in WaitForPacketNoLock()
HDGDBRemoteCommunicationServerLLGS.cpp1275 case eConnectionStatusInterrupted: in SendProcessOutput()
/freebsd-13-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst459 .. py:data:: eConnectionStatusInterrupted
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81237 {SWIG_LUA_CONSTTAB_INT("eConnectionStatusInterrupted", (lldb::eConnectionStatusInterrupted))},