Lines Matching refs:GDBRemoteCommunicationServerPlatform
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 GDBRemoteCommunicationServerPlatform
121 &GDBRemoteCommunicationServerPlatform::Handle_qC); in GDBRemoteCommunicationServerPlatform()
124 &GDBRemoteCommunicationServerPlatform::Handle_qGetWorkingDir); in GDBRemoteCommunicationServerPlatform()
127 &GDBRemoteCommunicationServerPlatform::Handle_qLaunchGDBServer); in GDBRemoteCommunicationServerPlatform()
130 &GDBRemoteCommunicationServerPlatform::Handle_qQueryGDBServer); in GDBRemoteCommunicationServerPlatform()
133 &GDBRemoteCommunicationServerPlatform::Handle_qKillSpawnedProcess); in GDBRemoteCommunicationServerPlatform()
136 &GDBRemoteCommunicationServerPlatform::Handle_qProcessInfo); in GDBRemoteCommunicationServerPlatform()
139 &GDBRemoteCommunicationServerPlatform::Handle_qPathComplete); in GDBRemoteCommunicationServerPlatform()
142 &GDBRemoteCommunicationServerPlatform::Handle_QSetWorkingDir); in GDBRemoteCommunicationServerPlatform()
145 &GDBRemoteCommunicationServerPlatform::Handle_jSignalsInfo); in GDBRemoteCommunicationServerPlatform()
157 GDBRemoteCommunicationServerPlatform::~GDBRemoteCommunicationServerPlatform() =
160 Status GDBRemoteCommunicationServerPlatform::LaunchGDBServer( in LaunchGDBServer()
190 std::bind(&GDBRemoteCommunicationServerPlatform::DebugserverProcessReaped, in LaunchGDBServer()
226 GDBRemoteCommunicationServerPlatform::Handle_qLaunchGDBServer( in Handle_qLaunchGDBServer()
287 GDBRemoteCommunicationServerPlatform::Handle_qQueryGDBServer( in Handle_qQueryGDBServer()
312 GDBRemoteCommunicationServerPlatform::Handle_qKillSpawnedProcess( in Handle_qKillSpawnedProcess()
334 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess()
390 GDBRemoteCommunicationServerPlatform::Handle_qProcessInfo( in Handle_qProcessInfo()
408 GDBRemoteCommunicationServerPlatform::Handle_qPathComplete( in Handle_qPathComplete()
440 GDBRemoteCommunicationServerPlatform::Handle_qGetWorkingDir( in Handle_qGetWorkingDir()
453 GDBRemoteCommunicationServerPlatform::Handle_QSetWorkingDir( in Handle_QSetWorkingDir()
465 GDBRemoteCommunicationServerPlatform::Handle_qC( in Handle_qC()
492 GDBRemoteCommunicationServerPlatform::Handle_jSignalsInfo( in Handle_jSignalsInfo()
519 void GDBRemoteCommunicationServerPlatform::DebugserverProcessReaped( in DebugserverProcessReaped()
526 Status GDBRemoteCommunicationServerPlatform::LaunchProcess() { in LaunchProcess()
535 &GDBRemoteCommunicationServerPlatform::DebugserverProcessReaped, this, in LaunchProcess()
561 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap()
565 const FileSpec &GDBRemoteCommunicationServerPlatform::GetDomainSocketDir() { in GetDomainSocketDir()
582 GDBRemoteCommunicationServerPlatform::GetDomainSocketPath(const char *prefix) { in GetDomainSocketPath()
595 void GDBRemoteCommunicationServerPlatform::SetPortOffset(uint16_t port_offset) { in SetPortOffset()
599 void GDBRemoteCommunicationServerPlatform::SetPendingGdbServer( in SetPendingGdbServer()