Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h41 bool HandshakeWithServer(Status *error_ptr);
H A DGDBRemoteCommunicationClient.cpp115 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp1057 if (!m_gdb_comm.HandshakeWithServer(&error)) { in ConnectToDebugserver()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp310 if (m_gdb_client.HandshakeWithServer(&error)) { in ConnectRemote()