Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp349 case eConnectionStatusInterrupted: // Synchronization signal from in ReadThread()
438 case eConnectionStatusInterrupted: in ConnectionStatusAsString()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp200 return_info.Set(0, eConnectionStatusInterrupted, 0); in Read()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h303 eConnectionStatusInterrupted ///< Interrupted read enumerator
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp525 return eConnectionStatusInterrupted; in BytesAvailable()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp591 lldbassert(status == lldb::eConnectionStatusInterrupted); in GetCharacter()
603 case lldb::eConnectionStatusInterrupted: in GetCharacter()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp291 case eConnectionStatusInterrupted: in WaitForPacketNoLock()
H A DGDBRemoteCommunicationServerLLGS.cpp1277 case eConnectionStatusInterrupted: in SendProcessOutput()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp207 case eConnectionStatusInterrupted: in WaitForPacketWithTimeoutMicroSecondsNoLock()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst459 .. py:data:: eConnectionStatusInterrupted