Lines Matching refs:GDBRemoteCommunicationServerPlatform

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 GDBRemoteCommunicationServerPlatform
123 &GDBRemoteCommunicationServerPlatform::Handle_qC); in GDBRemoteCommunicationServerPlatform()
126 &GDBRemoteCommunicationServerPlatform::Handle_qGetWorkingDir); in GDBRemoteCommunicationServerPlatform()
129 &GDBRemoteCommunicationServerPlatform::Handle_qLaunchGDBServer); in GDBRemoteCommunicationServerPlatform()
132 &GDBRemoteCommunicationServerPlatform::Handle_qQueryGDBServer); in GDBRemoteCommunicationServerPlatform()
135 &GDBRemoteCommunicationServerPlatform::Handle_qKillSpawnedProcess); in GDBRemoteCommunicationServerPlatform()
138 &GDBRemoteCommunicationServerPlatform::Handle_qProcessInfo); in GDBRemoteCommunicationServerPlatform()
141 &GDBRemoteCommunicationServerPlatform::Handle_qPathComplete); in GDBRemoteCommunicationServerPlatform()
144 &GDBRemoteCommunicationServerPlatform::Handle_QSetWorkingDir); in GDBRemoteCommunicationServerPlatform()
147 &GDBRemoteCommunicationServerPlatform::Handle_jSignalsInfo); in GDBRemoteCommunicationServerPlatform()
159 GDBRemoteCommunicationServerPlatform::~GDBRemoteCommunicationServerPlatform() =
162 Status GDBRemoteCommunicationServerPlatform::LaunchGDBServer( in LaunchGDBServer()
192 std::bind(&GDBRemoteCommunicationServerPlatform::DebugserverProcessReaped, in LaunchGDBServer()
228 GDBRemoteCommunicationServerPlatform::Handle_qLaunchGDBServer( in Handle_qLaunchGDBServer()
289 GDBRemoteCommunicationServerPlatform::Handle_qQueryGDBServer( in Handle_qQueryGDBServer()
314 GDBRemoteCommunicationServerPlatform::Handle_qKillSpawnedProcess( in Handle_qKillSpawnedProcess()
336 bool GDBRemoteCommunicationServerPlatform::KillSpawnedProcess(lldb::pid_t pid) { in KillSpawnedProcess()
392 GDBRemoteCommunicationServerPlatform::Handle_qProcessInfo( in Handle_qProcessInfo()
410 GDBRemoteCommunicationServerPlatform::Handle_qPathComplete( in Handle_qPathComplete()
442 GDBRemoteCommunicationServerPlatform::Handle_qGetWorkingDir( in Handle_qGetWorkingDir()
455 GDBRemoteCommunicationServerPlatform::Handle_QSetWorkingDir( in Handle_QSetWorkingDir()
467 GDBRemoteCommunicationServerPlatform::Handle_qC( in Handle_qC()
494 GDBRemoteCommunicationServerPlatform::Handle_jSignalsInfo( in Handle_jSignalsInfo()
521 void GDBRemoteCommunicationServerPlatform::DebugserverProcessReaped( in DebugserverProcessReaped()
528 Status GDBRemoteCommunicationServerPlatform::LaunchProcess() { in LaunchProcess()
537 &GDBRemoteCommunicationServerPlatform::DebugserverProcessReaped, this, in LaunchProcess()
563 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap()
567 const FileSpec &GDBRemoteCommunicationServerPlatform::GetDomainSocketDir() { in GetDomainSocketDir()
584 GDBRemoteCommunicationServerPlatform::GetDomainSocketPath(const char *prefix) { in GetDomainSocketPath()
597 void GDBRemoteCommunicationServerPlatform::SetPortOffset(uint16_t port_offset) { in SetPortOffset()
601 void GDBRemoteCommunicationServerPlatform::SetPendingGdbServer( in SetPendingGdbServer()