Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationReplayServer.h48 bool HandshakeWithClient() { return GetAck() == PacketResult::Success; } in HandshakeWithClient() function
DGDBRemoteCommunicationServer.h49 bool HandshakeWithClient();
DGDBRemoteCommunicationServer.cpp151 bool GDBRemoteCommunicationServer::HandshakeWithClient() { in HandshakeWithClient() function in GDBRemoteCommunicationServer
DGDBRemoteCommunicationServerLLGS.cpp957 if (!HandshakeWithClient()) { in DataAvailableCallback()
/external/llvm-project/lldb/tools/lldb-server/
Dlldb-platform.cpp364 if (platform.HandshakeWithClient()) { in main_platform()