Searched refs:GDBRemoteCommunicationServerPlatform (Results 1 – 4 of 4) sorted by relevance
48 GDBRemoteCommunicationServerPlatform::GDBRemoteCommunicationServerPlatform( in GDBRemoteCommunicationServerPlatform() function in GDBRemoteCommunicationServerPlatform56 &GDBRemoteCommunicationServerPlatform::Handle_qC); in GDBRemoteCommunicationServerPlatform()59 &GDBRemoteCommunicationServerPlatform::Handle_qGetWorkingDir); in GDBRemoteCommunicationServerPlatform()62 &GDBRemoteCommunicationServerPlatform::Handle_qLaunchGDBServer); in GDBRemoteCommunicationServerPlatform()65 &GDBRemoteCommunicationServerPlatform::Handle_qQueryGDBServer); in GDBRemoteCommunicationServerPlatform()68 &GDBRemoteCommunicationServerPlatform::Handle_qKillSpawnedProcess); in GDBRemoteCommunicationServerPlatform()71 &GDBRemoteCommunicationServerPlatform::Handle_qProcessInfo); in GDBRemoteCommunicationServerPlatform()74 &GDBRemoteCommunicationServerPlatform::Handle_qPathComplete); in GDBRemoteCommunicationServerPlatform()77 &GDBRemoteCommunicationServerPlatform::Handle_QSetWorkingDir); in GDBRemoteCommunicationServerPlatform()80 &GDBRemoteCommunicationServerPlatform::Handle_jSignalsInfo); in GDBRemoteCommunicationServerPlatform()[all …]
25 class GDBRemoteCommunicationServerPlatform28 GDBRemoteCommunicationServerPlatform(32 ~GDBRemoteCommunicationServerPlatform() override;81 GDBRemoteCommunicationServerPlatform(82 const GDBRemoteCommunicationServerPlatform &) = delete;83 const GDBRemoteCommunicationServerPlatform &84 operator=(const GDBRemoteCommunicationServerPlatform &) = delete;
215 GDBRemoteCommunicationServerPlatform platform( in AcceptGdbConnectionsIfNeeded()231 static void client_handle(GDBRemoteCommunicationServerPlatform &platform, in client_handle()512 GDBRemoteCommunicationServerPlatform platform( in main_platform()
563 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp