Home
last modified time | relevance | path

Searched refs:ErrorDisconnected (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h100 ErrorDisconnected, // We were disconnected enumerator
H A DGDBRemoteCommunication.cpp400 return PacketResult::ErrorDisconnected; in WaitForPacketNoLock()
1312 case PacketResult::ErrorDisconnected: in format()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp265 if (result != PacketResult::ErrorDisconnected) { in Continue()
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp273 if (result == PacketResult::ErrorDisconnected) in TEST_F()