Searched refs:GDBRemoteCommunicationServerPlatform (Results 1 – 7 of 7) sorted by relevance
47 GDBRemoteCommunicationServerPlatform::PortMap::PortMap(uint16_t min_port, in PortMap()53 void GDBRemoteCommunicationServerPlatform::PortMap::AllowPort(uint16_t port) { in AllowPort()59 GDBRemoteCommunicationServerPlatform::PortMap::GetNextAvailablePort() { in GetNextAvailablePort()74 bool GDBRemoteCommunicationServerPlatform::PortMap::AssociatePortWithProcess( in AssociatePortWithProcess()84 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePort(uint16_t port) { in FreePort()93 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePortForProcess( in FreePortForProcess()106 bool GDBRemoteCommunicationServerPlatform::PortMap::empty() const { in empty()111 GDBRemoteCommunicationServerPlatform::GDBRemoteCommunicationServerPlatform( in GDBRemoteCommunicationServerPlatform() function in GDBRemoteCommunicationServerPlatform121 &GDBRemoteCommunicationServerPlatform::Handle_qC); in GDBRemoteCommunicationServerPlatform()124 &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;
29 GDBRemoteCommunicationServerPlatform.cpp
160 GDBRemoteCommunicationServerPlatform::PortMap gdbserver_portmap; in main_platform()256 gdbserver_portmap = GDBRemoteCommunicationServerPlatform::PortMap( in main_platform()310 GDBRemoteCommunicationServerPlatform platform( in main_platform()
43 "GDBRemoteCommunicationServerPlatform.cpp",
31 GDBRemoteCommunicationServerPlatform.cpp \
4311 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp4312 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h