Searched refs:GDBRemoteCommunicationServerCommon (Results 1 – 7 of 7) sorted by relevance
59 GDBRemoteCommunicationServerCommon::GDBRemoteCommunicationServerCommon( in GDBRemoteCommunicationServerCommon() function in GDBRemoteCommunicationServerCommon89 &GDBRemoteCommunicationServerCommon::Handle_qEcho); in GDBRemoteCommunicationServerCommon()171 GDBRemoteCommunicationServerCommon::~GDBRemoteCommunicationServerCommon() =175 GDBRemoteCommunicationServerCommon::Handle_qHostInfo( in Handle_qHostInfo()423 GDBRemoteCommunicationServerCommon::Handle_qUserName( in Handle_qUserName()446 GDBRemoteCommunicationServerCommon::Handle_qGroupName( in Handle_qGroupName()465 GDBRemoteCommunicationServerCommon::Handle_qSpeedTest( in Handle_qSpeedTest()766 GDBRemoteCommunicationServerCommon::Handle_vFile_MD5( in Handle_vFile_MD5()855 GDBRemoteCommunicationServerCommon::Handle_QSetSTDIN( in Handle_QSetSTDIN()1027 GDBRemoteCommunicationServerCommon::Handle_qEcho( in Handle_qEcho()[all …]
27 class GDBRemoteCommunicationServerCommon : public GDBRemoteCommunicationServer {29 GDBRemoteCommunicationServerCommon(const char *comm_name,32 ~GDBRemoteCommunicationServerCommon() override;
26 : public GDBRemoteCommunicationServerCommon {
31 : public GDBRemoteCommunicationServerCommon,
111 : GDBRemoteCommunicationServerCommon("gdb-remote.server", in GDBRemoteCommunicationServerPlatform()
71 : GDBRemoteCommunicationServerCommon("gdb-remote.server", in GDBRemoteCommunicationServerLLGS()3722 return GDBRemoteCommunicationServerCommon::FindModuleFile(module_path, arch); in FindModuleFile()3785 GDBRemoteCommunicationServerCommon::HandleFeatures(client_features); in HandleFeatures()
493 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp