Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.h48 bool HandshakeWithClient() { return GetAck() == PacketResult::Success; } in HandshakeWithClient() function
H A DGDBRemoteCommunicationServer.h49 bool HandshakeWithClient();
H A DGDBRemoteCommunicationServer.cpp153 bool GDBRemoteCommunicationServer::HandshakeWithClient() { in HandshakeWithClient() function in GDBRemoteCommunicationServer
H A DGDBRemoteCommunicationServerLLGS.cpp1084 if (!HandshakeWithClient()) { in DataAvailableCallback()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp368 if (platform.HandshakeWithClient()) { in main_platform()