Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h129 size_t SendAck();
H A DGDBRemoteCommunication.cpp95 size_t GDBRemoteCommunication::SendAck() { in SendAck() function in GDBRemoteCommunication
497 SendAck(); in DecompressPacket()
834 SendAck(); in CheckForPacket()
H A DGDBRemoteCommunicationClient.cpp89 if (SendAck()) { in HandshakeWithServer()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp45 if (SendAck() == 0) in initializeConnection()