Home
last modified time | relevance | path

Searched refs:HandshakeWithClient (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.h54 HandshakeWithClient (lldb_private::Error *error_ptr);
DGDBRemoteCommunicationServer.cpp201 GDBRemoteCommunicationServer::HandshakeWithClient(Error *error_ptr) in HandshakeWithClient() function in GDBRemoteCommunicationServer
/external/lldb/tools/lldb-platform/
Dlldb-platform.cpp207 if (gdb_server.HandshakeWithClient(&error)) in main()