Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h48 HandshakeWithServer (lldb_private::Error *error_ptr);
DGDBRemoteCommunicationClient.cpp117 GDBRemoteCommunicationClient::HandshakeWithServer (Error *error_ptr) in HandshakeWithServer() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp937 if (!m_gdb_comm.HandshakeWithServer (&error)) in ConnectToDebugserver()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp262 if (m_gdb_client.HandshakeWithServer(&error)) in ConnectRemote()