Lines Matching refs:StringExtractorGDBRemote

120       StringExtractorGDBRemote::eServerPacketType_qC,  in GDBRemoteCommunicationServerPlatform()
123 StringExtractorGDBRemote::eServerPacketType_qGetWorkingDir, in GDBRemoteCommunicationServerPlatform()
126 StringExtractorGDBRemote::eServerPacketType_qLaunchGDBServer, in GDBRemoteCommunicationServerPlatform()
129 StringExtractorGDBRemote::eServerPacketType_qQueryGDBServer, in GDBRemoteCommunicationServerPlatform()
132 StringExtractorGDBRemote::eServerPacketType_qKillSpawnedProcess, in GDBRemoteCommunicationServerPlatform()
135 StringExtractorGDBRemote::eServerPacketType_qProcessInfo, in GDBRemoteCommunicationServerPlatform()
138 StringExtractorGDBRemote::eServerPacketType_qPathComplete, in GDBRemoteCommunicationServerPlatform()
141 StringExtractorGDBRemote::eServerPacketType_QSetWorkingDir, in GDBRemoteCommunicationServerPlatform()
144 StringExtractorGDBRemote::eServerPacketType_jSignalsInfo, in GDBRemoteCommunicationServerPlatform()
147 RegisterPacketHandler(StringExtractorGDBRemote::eServerPacketType_interrupt, in GDBRemoteCommunicationServerPlatform()
148 [](StringExtractorGDBRemote packet, Status &error, in GDBRemoteCommunicationServerPlatform()
227 StringExtractorGDBRemote &packet) { in Handle_qLaunchGDBServer()
288 StringExtractorGDBRemote &packet) { in Handle_qQueryGDBServer()
313 StringExtractorGDBRemote &packet) { in Handle_qKillSpawnedProcess()
391 StringExtractorGDBRemote &packet) { in Handle_qProcessInfo()
409 StringExtractorGDBRemote &packet) { in Handle_qPathComplete()
441 StringExtractorGDBRemote &packet) { in Handle_qGetWorkingDir()
454 StringExtractorGDBRemote &packet) { in Handle_QSetWorkingDir()
466 StringExtractorGDBRemote &packet) { in Handle_qC()
493 StringExtractorGDBRemote &packet) { in Handle_jSignalsInfo()