Lines Matching refs:GDBRemoteCommunicationServerCommon

59 GDBRemoteCommunicationServerCommon::GDBRemoteCommunicationServerCommon(  in GDBRemoteCommunicationServerCommon()  function in GDBRemoteCommunicationServerCommon
65 &GDBRemoteCommunicationServerCommon::Handle_A); in GDBRemoteCommunicationServerCommon()
68 &GDBRemoteCommunicationServerCommon::Handle_QEnvironment); in GDBRemoteCommunicationServerCommon()
71 &GDBRemoteCommunicationServerCommon::Handle_QEnvironmentHexEncoded); in GDBRemoteCommunicationServerCommon()
74 &GDBRemoteCommunicationServerCommon::Handle_qfProcessInfo); in GDBRemoteCommunicationServerCommon()
77 &GDBRemoteCommunicationServerCommon::Handle_qGroupName); in GDBRemoteCommunicationServerCommon()
80 &GDBRemoteCommunicationServerCommon::Handle_qHostInfo); in GDBRemoteCommunicationServerCommon()
83 &GDBRemoteCommunicationServerCommon::Handle_QLaunchArch); in GDBRemoteCommunicationServerCommon()
86 &GDBRemoteCommunicationServerCommon::Handle_qLaunchSuccess); in GDBRemoteCommunicationServerCommon()
89 &GDBRemoteCommunicationServerCommon::Handle_qEcho); in GDBRemoteCommunicationServerCommon()
92 &GDBRemoteCommunicationServerCommon::Handle_qModuleInfo); in GDBRemoteCommunicationServerCommon()
95 &GDBRemoteCommunicationServerCommon::Handle_jModulesInfo); in GDBRemoteCommunicationServerCommon()
98 &GDBRemoteCommunicationServerCommon::Handle_qPlatform_chmod); in GDBRemoteCommunicationServerCommon()
101 &GDBRemoteCommunicationServerCommon::Handle_qPlatform_mkdir); in GDBRemoteCommunicationServerCommon()
104 &GDBRemoteCommunicationServerCommon::Handle_qPlatform_shell); in GDBRemoteCommunicationServerCommon()
107 &GDBRemoteCommunicationServerCommon::Handle_qProcessInfoPID); in GDBRemoteCommunicationServerCommon()
110 &GDBRemoteCommunicationServerCommon::Handle_QSetDetachOnError); in GDBRemoteCommunicationServerCommon()
113 &GDBRemoteCommunicationServerCommon::Handle_QSetSTDERR); in GDBRemoteCommunicationServerCommon()
116 &GDBRemoteCommunicationServerCommon::Handle_QSetSTDIN); in GDBRemoteCommunicationServerCommon()
119 &GDBRemoteCommunicationServerCommon::Handle_QSetSTDOUT); in GDBRemoteCommunicationServerCommon()
122 &GDBRemoteCommunicationServerCommon::Handle_qSpeedTest); in GDBRemoteCommunicationServerCommon()
125 &GDBRemoteCommunicationServerCommon::Handle_qsProcessInfo); in GDBRemoteCommunicationServerCommon()
128 &GDBRemoteCommunicationServerCommon::Handle_QStartNoAckMode); in GDBRemoteCommunicationServerCommon()
131 &GDBRemoteCommunicationServerCommon::Handle_qSupported); in GDBRemoteCommunicationServerCommon()
134 &GDBRemoteCommunicationServerCommon::Handle_qUserName); in GDBRemoteCommunicationServerCommon()
137 &GDBRemoteCommunicationServerCommon::Handle_vFile_Close); in GDBRemoteCommunicationServerCommon()
140 &GDBRemoteCommunicationServerCommon::Handle_vFile_Exists); in GDBRemoteCommunicationServerCommon()
143 &GDBRemoteCommunicationServerCommon::Handle_vFile_MD5); in GDBRemoteCommunicationServerCommon()
146 &GDBRemoteCommunicationServerCommon::Handle_vFile_Mode); in GDBRemoteCommunicationServerCommon()
149 &GDBRemoteCommunicationServerCommon::Handle_vFile_Open); in GDBRemoteCommunicationServerCommon()
152 &GDBRemoteCommunicationServerCommon::Handle_vFile_pRead); in GDBRemoteCommunicationServerCommon()
155 &GDBRemoteCommunicationServerCommon::Handle_vFile_pWrite); in GDBRemoteCommunicationServerCommon()
158 &GDBRemoteCommunicationServerCommon::Handle_vFile_Size); in GDBRemoteCommunicationServerCommon()
161 &GDBRemoteCommunicationServerCommon::Handle_vFile_Stat); in GDBRemoteCommunicationServerCommon()
164 &GDBRemoteCommunicationServerCommon::Handle_vFile_symlink); in GDBRemoteCommunicationServerCommon()
167 &GDBRemoteCommunicationServerCommon::Handle_vFile_unlink); in GDBRemoteCommunicationServerCommon()
171 GDBRemoteCommunicationServerCommon::~GDBRemoteCommunicationServerCommon() =
175 GDBRemoteCommunicationServerCommon::Handle_qHostInfo( in Handle_qHostInfo()
311 GDBRemoteCommunicationServerCommon::Handle_qProcessInfoPID( in Handle_qProcessInfoPID()
328 GDBRemoteCommunicationServerCommon::Handle_qfProcessInfo( in Handle_qfProcessInfo()
411 GDBRemoteCommunicationServerCommon::Handle_qsProcessInfo( in Handle_qsProcessInfo()
423 GDBRemoteCommunicationServerCommon::Handle_qUserName( in Handle_qUserName()
446 GDBRemoteCommunicationServerCommon::Handle_qGroupName( in Handle_qGroupName()
465 GDBRemoteCommunicationServerCommon::Handle_qSpeedTest( in Handle_qSpeedTest()
497 GDBRemoteCommunicationServerCommon::Handle_vFile_Open( in Handle_vFile_Open()
540 GDBRemoteCommunicationServerCommon::Handle_vFile_Close( in Handle_vFile_Close()
563 GDBRemoteCommunicationServerCommon::Handle_vFile_pRead( in Handle_vFile_pRead()
597 GDBRemoteCommunicationServerCommon::Handle_vFile_pWrite( in Handle_vFile_pWrite()
629 GDBRemoteCommunicationServerCommon::Handle_vFile_Size( in Handle_vFile_Size()
651 GDBRemoteCommunicationServerCommon::Handle_vFile_Mode( in Handle_vFile_Mode()
671 GDBRemoteCommunicationServerCommon::Handle_vFile_Exists( in Handle_vFile_Exists()
691 GDBRemoteCommunicationServerCommon::Handle_vFile_symlink( in Handle_vFile_symlink()
709 GDBRemoteCommunicationServerCommon::Handle_vFile_unlink( in Handle_vFile_unlink()
721 GDBRemoteCommunicationServerCommon::Handle_qPlatform_shell( in Handle_qPlatform_shell()
759 GDBRemoteCommunicationServerCommon::Handle_vFile_Stat( in Handle_vFile_Stat()
766 GDBRemoteCommunicationServerCommon::Handle_vFile_MD5( in Handle_vFile_MD5()
788 GDBRemoteCommunicationServerCommon::Handle_qPlatform_mkdir( in Handle_qPlatform_mkdir()
806 GDBRemoteCommunicationServerCommon::Handle_qPlatform_chmod( in Handle_qPlatform_chmod()
826 GDBRemoteCommunicationServerCommon::Handle_qSupported( in Handle_qSupported()
835 GDBRemoteCommunicationServerCommon::Handle_QSetDetachOnError( in Handle_QSetDetachOnError()
846 GDBRemoteCommunicationServerCommon::Handle_QStartNoAckMode( in Handle_QStartNoAckMode()
855 GDBRemoteCommunicationServerCommon::Handle_QSetSTDIN( in Handle_QSetSTDIN()
871 GDBRemoteCommunicationServerCommon::Handle_QSetSTDOUT( in Handle_QSetSTDOUT()
887 GDBRemoteCommunicationServerCommon::Handle_QSetSTDERR( in Handle_QSetSTDERR()
903 GDBRemoteCommunicationServerCommon::Handle_qLaunchSuccess( in Handle_qLaunchSuccess()
914 GDBRemoteCommunicationServerCommon::Handle_QEnvironment( in Handle_QEnvironment()
926 GDBRemoteCommunicationServerCommon::Handle_QEnvironmentHexEncoded( in Handle_QEnvironmentHexEncoded()
940 GDBRemoteCommunicationServerCommon::Handle_QLaunchArch( in Handle_QLaunchArch()
954 GDBRemoteCommunicationServerCommon::Handle_A(StringExtractorGDBRemote &packet) { in Handle_A()
1027 GDBRemoteCommunicationServerCommon::Handle_qEcho( in Handle_qEcho()
1034 GDBRemoteCommunicationServerCommon::Handle_qModuleInfo( in Handle_qModuleInfo()
1091 GDBRemoteCommunicationServerCommon::Handle_jModulesInfo( in Handle_jModulesInfo()
1145 void GDBRemoteCommunicationServerCommon::CreateProcessInfoResponse( in CreateProcessInfoResponse()
1173 void GDBRemoteCommunicationServerCommon::
1245 FileSpec GDBRemoteCommunicationServerCommon::FindModuleFile( in FindModuleFile()
1257 GDBRemoteCommunicationServerCommon::GetModuleInfo(llvm::StringRef module_path, in GetModuleInfo()
1280 std::vector<std::string> GDBRemoteCommunicationServerCommon::HandleFeatures( in HandleFeatures()