Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h68 bool HandshakeWithServer(Status *error_ptr);
H A DGDBRemoteCommunicationClient.cpp85 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp845 if (!m_gdb_comm.HandshakeWithServer(&error)) { in ConnectToDebugserver()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp254 if (client_up->HandshakeWithServer(&error)) { in ConnectRemote()