Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h49 HandshakeWithServer (lldb_private::Error *error_ptr);
DGDBRemoteCommunicationClient.cpp96 GDBRemoteCommunicationClient::HandshakeWithServer (Error *error_ptr) in HandshakeWithServer() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp834 if (!m_gdb_comm.HandshakeWithServer (NULL)) in ConnectToDebugserver()
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp214 if (m_gdb_client.HandshakeWithServer(&error)) in ConnectRemote()