reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
   42   bool HandshakeWithServer(Status *error_ptr);

References

tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  307         if (m_gdb_client.HandshakeWithServer(&error)) {
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1017   if (!m_gdb_comm.HandshakeWithServer(&error)) {