Searched refs:GetAck (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.h47 bool HandshakeWithClient() { return GetAck() == PacketResult::Success; }
H A DGDBRemoteCommunication.h102 PacketResult GetAck();
H A DGDBRemoteCommunicationServer.cpp153 return GetAck() == PacketResult::Success;
H A DGDBRemoteCommunication.cpp184 return GetAck();
195 GDBRemoteCommunication::PacketResult GDBRemoteCommunication::GetAck() { function in class:GDBRemoteCommunication

Completed in 55 milliseconds