Home
last modified time | relevance | path

Searched refs:GetAck (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationReplayServer.h48 bool HandshakeWithClient() { return GetAck() == PacketResult::Success; } in HandshakeWithClient()
DGDBRemoteCommunicationServer.cpp152 return GetAck() == PacketResult::Success; in HandshakeWithClient()
DGDBRemoteCommunication.h102 PacketResult GetAck();
DGDBRemoteCommunication.cpp184 return GetAck(); in SendRawPacketNoLock()
195 GDBRemoteCommunication::PacketResult GDBRemoteCommunication::GetAck() { in GetAck() function in GDBRemoteCommunication
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationTest.cpp65 ASSERT_EQ(PacketResult::Success, server.GetAck()); in TEST_F()