Home
last modified time | relevance | path

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

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