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

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
   93   if (port == UINT16_MAX)
   94     port = GetNextAvailablePort();
  109             port);
  124   uint16_t *port_ptr = &port;
  135     url << platform_ip.str() << ":" << port;
  149     if (port > 0)
  150       AssociatePortWithProcess(port, pid);
  152     if (port > 0)
  153       FreePort(port);