Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h104 size_t SendAck();
DGDBRemoteCommunication.cpp101 size_t GDBRemoteCommunication::SendAck() { in SendAck() function in GDBRemoteCommunication
502 SendAck(); in DecompressPacket()
839 SendAck(); in CheckForPacket()
DGDBRemoteCommunicationClient.cpp121 if (SendAck()) { in HandshakeWithServer()
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DTestClient.cpp45 if (SendAck() == 0) in initializeConnection()