Lines Matching refs:GDBRemoteCommunicationServerCommon
60 GDBRemoteCommunicationServerCommon::GDBRemoteCommunicationServerCommon( in GDBRemoteCommunicationServerCommon() function in GDBRemoteCommunicationServerCommon
66 &GDBRemoteCommunicationServerCommon::Handle_A); in GDBRemoteCommunicationServerCommon()
69 &GDBRemoteCommunicationServerCommon::Handle_QEnvironment); in GDBRemoteCommunicationServerCommon()
72 &GDBRemoteCommunicationServerCommon::Handle_QEnvironmentHexEncoded); in GDBRemoteCommunicationServerCommon()
75 &GDBRemoteCommunicationServerCommon::Handle_qfProcessInfo); in GDBRemoteCommunicationServerCommon()
78 &GDBRemoteCommunicationServerCommon::Handle_qGroupName); in GDBRemoteCommunicationServerCommon()
81 &GDBRemoteCommunicationServerCommon::Handle_qHostInfo); in GDBRemoteCommunicationServerCommon()
84 &GDBRemoteCommunicationServerCommon::Handle_QLaunchArch); in GDBRemoteCommunicationServerCommon()
87 &GDBRemoteCommunicationServerCommon::Handle_qLaunchSuccess); in GDBRemoteCommunicationServerCommon()
90 &GDBRemoteCommunicationServerCommon::Handle_qEcho); in GDBRemoteCommunicationServerCommon()
93 &GDBRemoteCommunicationServerCommon::Handle_qModuleInfo); in GDBRemoteCommunicationServerCommon()
96 &GDBRemoteCommunicationServerCommon::Handle_jModulesInfo); in GDBRemoteCommunicationServerCommon()
99 &GDBRemoteCommunicationServerCommon::Handle_qPlatform_chmod); in GDBRemoteCommunicationServerCommon()
102 &GDBRemoteCommunicationServerCommon::Handle_qPlatform_mkdir); in GDBRemoteCommunicationServerCommon()
105 &GDBRemoteCommunicationServerCommon::Handle_qPlatform_shell); in GDBRemoteCommunicationServerCommon()
108 &GDBRemoteCommunicationServerCommon::Handle_qProcessInfoPID); in GDBRemoteCommunicationServerCommon()
111 &GDBRemoteCommunicationServerCommon::Handle_QSetDetachOnError); in GDBRemoteCommunicationServerCommon()
114 &GDBRemoteCommunicationServerCommon::Handle_QSetSTDERR); in GDBRemoteCommunicationServerCommon()
117 &GDBRemoteCommunicationServerCommon::Handle_QSetSTDIN); in GDBRemoteCommunicationServerCommon()
120 &GDBRemoteCommunicationServerCommon::Handle_QSetSTDOUT); in GDBRemoteCommunicationServerCommon()
123 &GDBRemoteCommunicationServerCommon::Handle_qSpeedTest); in GDBRemoteCommunicationServerCommon()
126 &GDBRemoteCommunicationServerCommon::Handle_qsProcessInfo); in GDBRemoteCommunicationServerCommon()
129 &GDBRemoteCommunicationServerCommon::Handle_QStartNoAckMode); in GDBRemoteCommunicationServerCommon()
132 &GDBRemoteCommunicationServerCommon::Handle_qSupported); in GDBRemoteCommunicationServerCommon()
135 &GDBRemoteCommunicationServerCommon::Handle_qUserName); in GDBRemoteCommunicationServerCommon()
138 &GDBRemoteCommunicationServerCommon::Handle_vFile_Close); in GDBRemoteCommunicationServerCommon()
141 &GDBRemoteCommunicationServerCommon::Handle_vFile_Exists); in GDBRemoteCommunicationServerCommon()
144 &GDBRemoteCommunicationServerCommon::Handle_vFile_MD5); in GDBRemoteCommunicationServerCommon()
147 &GDBRemoteCommunicationServerCommon::Handle_vFile_Mode); in GDBRemoteCommunicationServerCommon()
150 &GDBRemoteCommunicationServerCommon::Handle_vFile_Open); in GDBRemoteCommunicationServerCommon()
153 &GDBRemoteCommunicationServerCommon::Handle_vFile_pRead); in GDBRemoteCommunicationServerCommon()
156 &GDBRemoteCommunicationServerCommon::Handle_vFile_pWrite); in GDBRemoteCommunicationServerCommon()
159 &GDBRemoteCommunicationServerCommon::Handle_vFile_Size); in GDBRemoteCommunicationServerCommon()
162 &GDBRemoteCommunicationServerCommon::Handle_vFile_FStat); in GDBRemoteCommunicationServerCommon()
165 &GDBRemoteCommunicationServerCommon::Handle_vFile_Stat); in GDBRemoteCommunicationServerCommon()
168 &GDBRemoteCommunicationServerCommon::Handle_vFile_symlink); in GDBRemoteCommunicationServerCommon()
171 &GDBRemoteCommunicationServerCommon::Handle_vFile_unlink); in GDBRemoteCommunicationServerCommon()
175 GDBRemoteCommunicationServerCommon::~GDBRemoteCommunicationServerCommon() =
179 GDBRemoteCommunicationServerCommon::Handle_qHostInfo( in Handle_qHostInfo()
315 GDBRemoteCommunicationServerCommon::Handle_qProcessInfoPID( in Handle_qProcessInfoPID()
332 GDBRemoteCommunicationServerCommon::Handle_qfProcessInfo( in Handle_qfProcessInfo()
415 GDBRemoteCommunicationServerCommon::Handle_qsProcessInfo( in Handle_qsProcessInfo()
427 GDBRemoteCommunicationServerCommon::Handle_qUserName( in Handle_qUserName()
450 GDBRemoteCommunicationServerCommon::Handle_qGroupName( in Handle_qGroupName()
469 GDBRemoteCommunicationServerCommon::Handle_qSpeedTest( in Handle_qSpeedTest()
501 GDBRemoteCommunicationServerCommon::Handle_vFile_Open( in Handle_vFile_Open()
550 GDBRemoteCommunicationServerCommon::Handle_vFile_Close( in Handle_vFile_Close()
573 GDBRemoteCommunicationServerCommon::Handle_vFile_pRead( in Handle_vFile_pRead()
608 GDBRemoteCommunicationServerCommon::Handle_vFile_pWrite( in Handle_vFile_pWrite()
643 GDBRemoteCommunicationServerCommon::Handle_vFile_Size( in Handle_vFile_Size()
665 GDBRemoteCommunicationServerCommon::Handle_vFile_Mode( in Handle_vFile_Mode()
686 GDBRemoteCommunicationServerCommon::Handle_vFile_Exists( in Handle_vFile_Exists()
706 GDBRemoteCommunicationServerCommon::Handle_vFile_symlink( in Handle_vFile_symlink()
724 GDBRemoteCommunicationServerCommon::Handle_vFile_unlink( in Handle_vFile_unlink()
736 GDBRemoteCommunicationServerCommon::Handle_qPlatform_shell( in Handle_qPlatform_shell()
783 GDBRemoteCommunicationServerCommon::Handle_vFile_FStat( in Handle_vFile_FStat()
822 GDBRemoteCommunicationServerCommon::Handle_vFile_Stat( in Handle_vFile_Stat()
829 GDBRemoteCommunicationServerCommon::Handle_vFile_MD5( in Handle_vFile_MD5()
851 GDBRemoteCommunicationServerCommon::Handle_qPlatform_mkdir( in Handle_qPlatform_mkdir()
869 GDBRemoteCommunicationServerCommon::Handle_qPlatform_chmod( in Handle_qPlatform_chmod()
889 GDBRemoteCommunicationServerCommon::Handle_qSupported( in Handle_qSupported()
898 GDBRemoteCommunicationServerCommon::Handle_QSetDetachOnError( in Handle_QSetDetachOnError()
909 GDBRemoteCommunicationServerCommon::Handle_QStartNoAckMode( in Handle_QStartNoAckMode()
918 GDBRemoteCommunicationServerCommon::Handle_QSetSTDIN( in Handle_QSetSTDIN()
934 GDBRemoteCommunicationServerCommon::Handle_QSetSTDOUT( in Handle_QSetSTDOUT()
950 GDBRemoteCommunicationServerCommon::Handle_QSetSTDERR( in Handle_QSetSTDERR()
966 GDBRemoteCommunicationServerCommon::Handle_qLaunchSuccess( in Handle_qLaunchSuccess()
977 GDBRemoteCommunicationServerCommon::Handle_QEnvironment( in Handle_QEnvironment()
989 GDBRemoteCommunicationServerCommon::Handle_QEnvironmentHexEncoded( in Handle_QEnvironmentHexEncoded()
1003 GDBRemoteCommunicationServerCommon::Handle_QLaunchArch( in Handle_QLaunchArch()
1017 GDBRemoteCommunicationServerCommon::Handle_A(StringExtractorGDBRemote &packet) { in Handle_A()
1090 GDBRemoteCommunicationServerCommon::Handle_qEcho( in Handle_qEcho()
1097 GDBRemoteCommunicationServerCommon::Handle_qModuleInfo( in Handle_qModuleInfo()
1154 GDBRemoteCommunicationServerCommon::Handle_jModulesInfo( in Handle_jModulesInfo()
1208 void GDBRemoteCommunicationServerCommon::CreateProcessInfoResponse( in CreateProcessInfoResponse()
1236 void GDBRemoteCommunicationServerCommon::
1308 FileSpec GDBRemoteCommunicationServerCommon::FindModuleFile( in FindModuleFile()
1320 GDBRemoteCommunicationServerCommon::GetModuleInfo(llvm::StringRef module_path, in GetModuleInfo()
1343 std::vector<std::string> GDBRemoteCommunicationServerCommon::HandleFeatures( in HandleFeatures()