Searched refs:GDBRemoteCommunicationServerPlatform (Results 1 – 4 of 4) sorted by relevance
111 GDBRemoteCommunicationServerPlatform::GDBRemoteCommunicationServerPlatform( in GDBRemoteCommunicationServerPlatform() function in GDBRemoteCommunicationServerPlatform121 &GDBRemoteCommunicationServerPlatform::Handle_qC); in GDBRemoteCommunicationServerPlatform()157 GDBRemoteCommunicationServerPlatform::~GDBRemoteCommunicationServerPlatform() =160 Status GDBRemoteCommunicationServerPlatform::LaunchGDBServer( in LaunchGDBServer()287 GDBRemoteCommunicationServerPlatform::Handle_qQueryGDBServer( in Handle_qQueryGDBServer()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()[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()286 GDBRemoteCommunicationServerPlatform platform( in main_platform()
530 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp