Searched refs:GDBRemoteCommunicationServerCommon (Results 1 – 7 of 7) sorted by relevance
63 GDBRemoteCommunicationServerCommon::GDBRemoteCommunicationServerCommon( in GDBRemoteCommunicationServerCommon() function in GDBRemoteCommunicationServerCommon97 &GDBRemoteCommunicationServerCommon::Handle_qEcho); in GDBRemoteCommunicationServerCommon()184 GDBRemoteCommunicationServerCommon::~GDBRemoteCommunicationServerCommon() {} in ~GDBRemoteCommunicationServerCommon()187 GDBRemoteCommunicationServerCommon::Handle_qHostInfo( in Handle_qHostInfo()431 GDBRemoteCommunicationServerCommon::Handle_qUserName( in Handle_qUserName()456 GDBRemoteCommunicationServerCommon::Handle_qGroupName( in Handle_qGroupName()475 GDBRemoteCommunicationServerCommon::Handle_qSpeedTest( in Handle_qSpeedTest()768 GDBRemoteCommunicationServerCommon::Handle_vFile_MD5( in Handle_vFile_MD5()884 GDBRemoteCommunicationServerCommon::Handle_QSetSTDIN( in Handle_QSetSTDIN()1056 GDBRemoteCommunicationServerCommon::Handle_qEcho( in Handle_qEcho()[all …]
28 class GDBRemoteCommunicationServerCommon : public GDBRemoteCommunicationServer {30 GDBRemoteCommunicationServerCommon(const char *comm_name,33 ~GDBRemoteCommunicationServerCommon() override;
24 : public GDBRemoteCommunicationServerCommon {
32 : public GDBRemoteCommunicationServerCommon,
49 : GDBRemoteCommunicationServerCommon("gdb-remote.server", in GDBRemoteCommunicationServerPlatform()
74 : GDBRemoteCommunicationServerCommon("gdb-remote.server", in GDBRemoteCommunicationServerLLGS()3226 return GDBRemoteCommunicationServerCommon::FindModuleFile(module_path, arch);
437 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp