Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.h48 bool HandshakeWithClient() { return GetAck() == PacketResult::Success; } in HandshakeWithClient() function
H A DGDBRemoteCommunicationServer.h48 bool HandshakeWithClient();
H A DGDBRemoteCommunicationServer.cpp139 bool GDBRemoteCommunicationServer::HandshakeWithClient() { in HandshakeWithClient() function in GDBRemoteCommunicationServer
H A DGDBRemoteCommunicationServerLLGS.cpp892 if (!HandshakeWithClient()) {
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-platform.cpp355 if (platform.HandshakeWithClient()) { in main_platform()