Lines Matching refs:StringExtractorGDBRemote
122 StringExtractorGDBRemote::eServerPacketType_qC, in GDBRemoteCommunicationServerPlatform()
125 StringExtractorGDBRemote::eServerPacketType_qGetWorkingDir, in GDBRemoteCommunicationServerPlatform()
128 StringExtractorGDBRemote::eServerPacketType_qLaunchGDBServer, in GDBRemoteCommunicationServerPlatform()
131 StringExtractorGDBRemote::eServerPacketType_qQueryGDBServer, in GDBRemoteCommunicationServerPlatform()
134 StringExtractorGDBRemote::eServerPacketType_qKillSpawnedProcess, in GDBRemoteCommunicationServerPlatform()
137 StringExtractorGDBRemote::eServerPacketType_qProcessInfo, in GDBRemoteCommunicationServerPlatform()
140 StringExtractorGDBRemote::eServerPacketType_qPathComplete, in GDBRemoteCommunicationServerPlatform()
143 StringExtractorGDBRemote::eServerPacketType_QSetWorkingDir, in GDBRemoteCommunicationServerPlatform()
146 StringExtractorGDBRemote::eServerPacketType_jSignalsInfo, in GDBRemoteCommunicationServerPlatform()
149 RegisterPacketHandler(StringExtractorGDBRemote::eServerPacketType_interrupt, in GDBRemoteCommunicationServerPlatform()
150 [](StringExtractorGDBRemote packet, Status &error, in GDBRemoteCommunicationServerPlatform()
229 StringExtractorGDBRemote &packet) { in Handle_qLaunchGDBServer()
290 StringExtractorGDBRemote &packet) { in Handle_qQueryGDBServer()
315 StringExtractorGDBRemote &packet) { in Handle_qKillSpawnedProcess()
393 StringExtractorGDBRemote &packet) { in Handle_qProcessInfo()
411 StringExtractorGDBRemote &packet) { in Handle_qPathComplete()
443 StringExtractorGDBRemote &packet) { in Handle_qGetWorkingDir()
456 StringExtractorGDBRemote &packet) { in Handle_QSetWorkingDir()
468 StringExtractorGDBRemote &packet) { in Handle_qC()
495 StringExtractorGDBRemote &packet) { in Handle_jSignalsInfo()