Lines Matching refs:GDBRemoteCommunicationServerCommon

63 GDBRemoteCommunicationServerCommon::GDBRemoteCommunicationServerCommon(  in GDBRemoteCommunicationServerCommon()  function in GDBRemoteCommunicationServerCommon
70 &GDBRemoteCommunicationServerCommon::Handle_A); in GDBRemoteCommunicationServerCommon()
73 &GDBRemoteCommunicationServerCommon::Handle_QEnvironment); in GDBRemoteCommunicationServerCommon()
76 &GDBRemoteCommunicationServerCommon::Handle_QEnvironmentHexEncoded); in GDBRemoteCommunicationServerCommon()
79 &GDBRemoteCommunicationServerCommon::Handle_qfProcessInfo); in GDBRemoteCommunicationServerCommon()
82 &GDBRemoteCommunicationServerCommon::Handle_qGroupName); in GDBRemoteCommunicationServerCommon()
85 &GDBRemoteCommunicationServerCommon::Handle_qHostInfo); in GDBRemoteCommunicationServerCommon()
88 &GDBRemoteCommunicationServerCommon::Handle_QLaunchArch); in GDBRemoteCommunicationServerCommon()
91 &GDBRemoteCommunicationServerCommon::Handle_qLaunchSuccess); in GDBRemoteCommunicationServerCommon()
94 &GDBRemoteCommunicationServerCommon::Handle_QListThreadsInStopReply); in GDBRemoteCommunicationServerCommon()
97 &GDBRemoteCommunicationServerCommon::Handle_qEcho); in GDBRemoteCommunicationServerCommon()
100 &GDBRemoteCommunicationServerCommon::Handle_qModuleInfo); in GDBRemoteCommunicationServerCommon()
103 &GDBRemoteCommunicationServerCommon::Handle_jModulesInfo); in GDBRemoteCommunicationServerCommon()
106 &GDBRemoteCommunicationServerCommon::Handle_qPlatform_chmod); in GDBRemoteCommunicationServerCommon()
109 &GDBRemoteCommunicationServerCommon::Handle_qPlatform_mkdir); in GDBRemoteCommunicationServerCommon()
112 &GDBRemoteCommunicationServerCommon::Handle_qPlatform_shell); in GDBRemoteCommunicationServerCommon()
115 &GDBRemoteCommunicationServerCommon::Handle_qProcessInfoPID); in GDBRemoteCommunicationServerCommon()
118 &GDBRemoteCommunicationServerCommon::Handle_QSetDetachOnError); in GDBRemoteCommunicationServerCommon()
121 &GDBRemoteCommunicationServerCommon::Handle_QSetSTDERR); in GDBRemoteCommunicationServerCommon()
124 &GDBRemoteCommunicationServerCommon::Handle_QSetSTDIN); in GDBRemoteCommunicationServerCommon()
127 &GDBRemoteCommunicationServerCommon::Handle_QSetSTDOUT); in GDBRemoteCommunicationServerCommon()
130 &GDBRemoteCommunicationServerCommon::Handle_qSpeedTest); in GDBRemoteCommunicationServerCommon()
133 &GDBRemoteCommunicationServerCommon::Handle_qsProcessInfo); in GDBRemoteCommunicationServerCommon()
136 &GDBRemoteCommunicationServerCommon::Handle_QStartNoAckMode); in GDBRemoteCommunicationServerCommon()
139 &GDBRemoteCommunicationServerCommon::Handle_qSupported); in GDBRemoteCommunicationServerCommon()
142 &GDBRemoteCommunicationServerCommon::Handle_QThreadSuffixSupported); in GDBRemoteCommunicationServerCommon()
145 &GDBRemoteCommunicationServerCommon::Handle_qUserName); in GDBRemoteCommunicationServerCommon()
148 &GDBRemoteCommunicationServerCommon::Handle_vFile_Close); in GDBRemoteCommunicationServerCommon()
151 &GDBRemoteCommunicationServerCommon::Handle_vFile_Exists); in GDBRemoteCommunicationServerCommon()
154 &GDBRemoteCommunicationServerCommon::Handle_vFile_MD5); in GDBRemoteCommunicationServerCommon()
157 &GDBRemoteCommunicationServerCommon::Handle_vFile_Mode); in GDBRemoteCommunicationServerCommon()
160 &GDBRemoteCommunicationServerCommon::Handle_vFile_Open); in GDBRemoteCommunicationServerCommon()
163 &GDBRemoteCommunicationServerCommon::Handle_vFile_pRead); in GDBRemoteCommunicationServerCommon()
166 &GDBRemoteCommunicationServerCommon::Handle_vFile_pWrite); in GDBRemoteCommunicationServerCommon()
169 &GDBRemoteCommunicationServerCommon::Handle_vFile_Size); in GDBRemoteCommunicationServerCommon()
172 &GDBRemoteCommunicationServerCommon::Handle_vFile_Stat); in GDBRemoteCommunicationServerCommon()
175 &GDBRemoteCommunicationServerCommon::Handle_vFile_symlink); in GDBRemoteCommunicationServerCommon()
178 &GDBRemoteCommunicationServerCommon::Handle_vFile_unlink); in GDBRemoteCommunicationServerCommon()
184 GDBRemoteCommunicationServerCommon::~GDBRemoteCommunicationServerCommon() {} in ~GDBRemoteCommunicationServerCommon()
187 GDBRemoteCommunicationServerCommon::Handle_qHostInfo( in Handle_qHostInfo()
318 GDBRemoteCommunicationServerCommon::Handle_qProcessInfoPID( in Handle_qProcessInfoPID()
335 GDBRemoteCommunicationServerCommon::Handle_qfProcessInfo( in Handle_qfProcessInfo()
418 GDBRemoteCommunicationServerCommon::Handle_qsProcessInfo( in Handle_qsProcessInfo()
431 GDBRemoteCommunicationServerCommon::Handle_qUserName( in Handle_qUserName()
456 GDBRemoteCommunicationServerCommon::Handle_qGroupName( in Handle_qGroupName()
475 GDBRemoteCommunicationServerCommon::Handle_qSpeedTest( in Handle_qSpeedTest()
507 GDBRemoteCommunicationServerCommon::Handle_vFile_Open( in Handle_vFile_Open()
536 GDBRemoteCommunicationServerCommon::Handle_vFile_Close( in Handle_vFile_Close()
558 GDBRemoteCommunicationServerCommon::Handle_vFile_pRead( in Handle_vFile_pRead()
597 GDBRemoteCommunicationServerCommon::Handle_vFile_pWrite( in Handle_vFile_pWrite()
631 GDBRemoteCommunicationServerCommon::Handle_vFile_Size( in Handle_vFile_Size()
653 GDBRemoteCommunicationServerCommon::Handle_vFile_Mode( in Handle_vFile_Mode()
673 GDBRemoteCommunicationServerCommon::Handle_vFile_Exists( in Handle_vFile_Exists()
693 GDBRemoteCommunicationServerCommon::Handle_vFile_symlink( in Handle_vFile_symlink()
711 GDBRemoteCommunicationServerCommon::Handle_vFile_unlink( in Handle_vFile_unlink()
723 GDBRemoteCommunicationServerCommon::Handle_qPlatform_shell( in Handle_qPlatform_shell()
761 GDBRemoteCommunicationServerCommon::Handle_vFile_Stat( in Handle_vFile_Stat()
768 GDBRemoteCommunicationServerCommon::Handle_vFile_MD5( in Handle_vFile_MD5()
790 GDBRemoteCommunicationServerCommon::Handle_qPlatform_mkdir( in Handle_qPlatform_mkdir()
808 GDBRemoteCommunicationServerCommon::Handle_qPlatform_chmod( in Handle_qPlatform_chmod()
828 GDBRemoteCommunicationServerCommon::Handle_qSupported( in Handle_qSupported()
850 GDBRemoteCommunicationServerCommon::Handle_QThreadSuffixSupported( in Handle_QThreadSuffixSupported()
857 GDBRemoteCommunicationServerCommon::Handle_QListThreadsInStopReply( in Handle_QListThreadsInStopReply()
864 GDBRemoteCommunicationServerCommon::Handle_QSetDetachOnError( in Handle_QSetDetachOnError()
875 GDBRemoteCommunicationServerCommon::Handle_QStartNoAckMode( in Handle_QStartNoAckMode()
884 GDBRemoteCommunicationServerCommon::Handle_QSetSTDIN( in Handle_QSetSTDIN()
900 GDBRemoteCommunicationServerCommon::Handle_QSetSTDOUT( in Handle_QSetSTDOUT()
916 GDBRemoteCommunicationServerCommon::Handle_QSetSTDERR( in Handle_QSetSTDERR()
932 GDBRemoteCommunicationServerCommon::Handle_qLaunchSuccess( in Handle_qLaunchSuccess()
943 GDBRemoteCommunicationServerCommon::Handle_QEnvironment( in Handle_QEnvironment()
955 GDBRemoteCommunicationServerCommon::Handle_QEnvironmentHexEncoded( in Handle_QEnvironmentHexEncoded()
969 GDBRemoteCommunicationServerCommon::Handle_QLaunchArch( in Handle_QLaunchArch()
982 GDBRemoteCommunicationServerCommon::Handle_A(StringExtractorGDBRemote &packet) { in Handle_A()
1056 GDBRemoteCommunicationServerCommon::Handle_qEcho( in Handle_qEcho()
1063 GDBRemoteCommunicationServerCommon::Handle_qModuleInfo( in Handle_qModuleInfo()
1119 GDBRemoteCommunicationServerCommon::Handle_jModulesInfo( in Handle_jModulesInfo()
1176 void GDBRemoteCommunicationServerCommon::CreateProcessInfoResponse( in CreateProcessInfoResponse()
1195 void GDBRemoteCommunicationServerCommon::
1266 FileSpec GDBRemoteCommunicationServerCommon::FindModuleFile( in FindModuleFile()
1278 GDBRemoteCommunicationServerCommon::GetModuleInfo(llvm::StringRef module_path, in GetModuleInfo()