Lines Matching refs:GDBRemoteCommunicationServerPlatform
45 GDBRemoteCommunicationServerPlatform::PortMap::PortMap(uint16_t min_port, in PortMap()
51 void GDBRemoteCommunicationServerPlatform::PortMap::AllowPort(uint16_t port) { in AllowPort()
57 GDBRemoteCommunicationServerPlatform::PortMap::GetNextAvailablePort() { in GetNextAvailablePort()
72 bool GDBRemoteCommunicationServerPlatform::PortMap::AssociatePortWithProcess( in AssociatePortWithProcess()
82 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePort(uint16_t port) { in FreePort()
91 bool GDBRemoteCommunicationServerPlatform::PortMap::FreePortForProcess( in FreePortForProcess()
104 bool GDBRemoteCommunicationServerPlatform::PortMap::empty() const { in empty()
109 GDBRemoteCommunicationServerPlatform::GDBRemoteCommunicationServerPlatform( in GDBRemoteCommunicationServerPlatform() function in GDBRemoteCommunicationServerPlatform
120 &GDBRemoteCommunicationServerPlatform::Handle_qC); in GDBRemoteCommunicationServerPlatform()
123 &GDBRemoteCommunicationServerPlatform::Handle_qGetWorkingDir); in GDBRemoteCommunicationServerPlatform()
126 &GDBRemoteCommunicationServerPlatform::Handle_qLaunchGDBServer); in GDBRemoteCommunicationServerPlatform()
129 &GDBRemoteCommunicationServerPlatform::Handle_qQueryGDBServer); in GDBRemoteCommunicationServerPlatform()
132 &GDBRemoteCommunicationServerPlatform::Handle_qKillSpawnedProcess); in GDBRemoteCommunicationServerPlatform()
135 &GDBRemoteCommunicationServerPlatform::Handle_qProcessInfo); in GDBRemoteCommunicationServerPlatform()
138 &GDBRemoteCommunicationServerPlatform::Handle_qPathComplete); in GDBRemoteCommunicationServerPlatform()
141 &GDBRemoteCommunicationServerPlatform::Handle_QSetWorkingDir); in GDBRemoteCommunicationServerPlatform()
144 &GDBRemoteCommunicationServerPlatform::Handle_jSignalsInfo); in GDBRemoteCommunicationServerPlatform()
156 GDBRemoteCommunicationServerPlatform::~GDBRemoteCommunicationServerPlatform() =
159 Status GDBRemoteCommunicationServerPlatform::LaunchGDBServer( in LaunchGDBServer()
189 std::bind(&GDBRemoteCommunicationServerPlatform::DebugserverProcessReaped, in LaunchGDBServer()
233 GDBRemoteCommunicationServerPlatform::Handle_qLaunchGDBServer( in Handle_qLaunchGDBServer()
294 GDBRemoteCommunicationServerPlatform::Handle_qQueryGDBServer( in Handle_qQueryGDBServer()
319 GDBRemoteCommunicationServerPlatform::Handle_qKillSpawnedProcess( in Handle_qKillSpawnedProcess()
341 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess()
397 GDBRemoteCommunicationServerPlatform::Handle_qProcessInfo( in Handle_qProcessInfo()
415 GDBRemoteCommunicationServerPlatform::Handle_qPathComplete( in Handle_qPathComplete()
447 GDBRemoteCommunicationServerPlatform::Handle_qGetWorkingDir( in Handle_qGetWorkingDir()
460 GDBRemoteCommunicationServerPlatform::Handle_QSetWorkingDir( in Handle_QSetWorkingDir()
472 GDBRemoteCommunicationServerPlatform::Handle_qC( in Handle_qC()
499 GDBRemoteCommunicationServerPlatform::Handle_jSignalsInfo( in Handle_jSignalsInfo()
526 bool GDBRemoteCommunicationServerPlatform::DebugserverProcessReaped( in DebugserverProcessReaped()
534 Status GDBRemoteCommunicationServerPlatform::LaunchProcess() { in LaunchProcess()
544 &GDBRemoteCommunicationServerPlatform::DebugserverProcessReaped, in LaunchProcess()
571 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap()
575 const FileSpec &GDBRemoteCommunicationServerPlatform::GetDomainSocketDir() { in GetDomainSocketDir()
592 GDBRemoteCommunicationServerPlatform::GetDomainSocketPath(const char *prefix) { in GetDomainSocketPath()
604 void GDBRemoteCommunicationServerPlatform::SetPortOffset(uint16_t port_offset) { in SetPortOffset()
608 void GDBRemoteCommunicationServerPlatform::SetPendingGdbServer( in SetPendingGdbServer()