Searched refs:GDBRemoteCommunicationServerPlatform (Results 1 – 4 of 4) sorted by relevance
47 GDBRemoteCommunicationServerPlatform::PortMap::PortMap(uint16_t min_port, in PortMap()54 void GDBRemoteCommunicationServerPlatform::PortMap::AllowPort(uint16_t port) { in AllowPort()61 GDBRemoteCommunicationServerPlatform::PortMap::GetNextAvailablePort() { in GetNextAvailablePort()76 bool GDBRemoteCommunicationServerPlatform::PortMap::AssociatePortWithProcess( in AssociatePortWithProcess()86 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePort(uint16_t port) { in FreePort()95 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePortForProcess( in FreePortForProcess()108 bool GDBRemoteCommunicationServerPlatform::PortMap::empty() const { in empty()113 GDBRemoteCommunicationServerPlatform::GDBRemoteCommunicationServerPlatform( in GDBRemoteCommunicationServerPlatform() function in GDBRemoteCommunicationServerPlatform123 &GDBRemoteCommunicationServerPlatform::Handle_qC); in GDBRemoteCommunicationServerPlatform()126 &GDBRemoteCommunicationServerPlatform::Handle_qGetWorkingDir); in GDBRemoteCommunicationServerPlatform()[all …]
25 class GDBRemoteCommunicationServerPlatform75 GDBRemoteCommunicationServerPlatform(78 ~GDBRemoteCommunicationServerPlatform() override;140 GDBRemoteCommunicationServerPlatform(141 const GDBRemoteCommunicationServerPlatform &) = delete;142 const GDBRemoteCommunicationServerPlatform &143 operator=(const GDBRemoteCommunicationServerPlatform &) = delete;
136 GDBRemoteCommunicationServerPlatform::PortMap gdbserver_portmap; in main_platform()232 gdbserver_portmap = GDBRemoteCommunicationServerPlatform::PortMap( in main_platform()285 GDBRemoteCommunicationServerPlatform platform( in main_platform()313 GDBRemoteCommunicationServerPlatform::PortMap portmap_for_child; in main_platform()
542 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp