Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h60 bool HandshakeWithServer(Status *error_ptr);
DGDBRemoteCommunicationClient.cpp116 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp987 if (!m_gdb_comm.HandshakeWithServer(&error)) { in ConnectToDebugserver()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp330 if (m_gdb_client.HandshakeWithServer(&error)) { in ConnectRemote()