Home
last modified time | relevance | path

Searched defs:HandshakeWithClient (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationReplayServer.h47 bool HandshakeWithClient() { return GetAck() == PacketResult::Success; } in HandshakeWithClient() function
HDGDBRemoteCommunicationServer.cpp152 bool GDBRemoteCommunicationServer::HandshakeWithClient() { in HandshakeWithClient() function in GDBRemoteCommunicationServer