Lines Matching refs:StringExtractorGDBRemote
119 StringExtractorGDBRemote::eServerPacketType_qC, in GDBRemoteCommunicationServerPlatform()
122 StringExtractorGDBRemote::eServerPacketType_qGetWorkingDir, in GDBRemoteCommunicationServerPlatform()
125 StringExtractorGDBRemote::eServerPacketType_qLaunchGDBServer, in GDBRemoteCommunicationServerPlatform()
128 StringExtractorGDBRemote::eServerPacketType_qQueryGDBServer, in GDBRemoteCommunicationServerPlatform()
131 StringExtractorGDBRemote::eServerPacketType_qKillSpawnedProcess, in GDBRemoteCommunicationServerPlatform()
134 StringExtractorGDBRemote::eServerPacketType_qProcessInfo, in GDBRemoteCommunicationServerPlatform()
137 StringExtractorGDBRemote::eServerPacketType_qPathComplete, in GDBRemoteCommunicationServerPlatform()
140 StringExtractorGDBRemote::eServerPacketType_QSetWorkingDir, in GDBRemoteCommunicationServerPlatform()
143 StringExtractorGDBRemote::eServerPacketType_jSignalsInfo, in GDBRemoteCommunicationServerPlatform()
146 RegisterPacketHandler(StringExtractorGDBRemote::eServerPacketType_interrupt, in GDBRemoteCommunicationServerPlatform()
147 [](StringExtractorGDBRemote packet, Status &error, in GDBRemoteCommunicationServerPlatform()
234 StringExtractorGDBRemote &packet) { in Handle_qLaunchGDBServer()
295 StringExtractorGDBRemote &packet) { in Handle_qQueryGDBServer()
320 StringExtractorGDBRemote &packet) { in Handle_qKillSpawnedProcess()
398 StringExtractorGDBRemote &packet) { in Handle_qProcessInfo()
416 StringExtractorGDBRemote &packet) { in Handle_qPathComplete()
448 StringExtractorGDBRemote &packet) { in Handle_qGetWorkingDir()
461 StringExtractorGDBRemote &packet) { in Handle_QSetWorkingDir()
473 StringExtractorGDBRemote &packet) { in Handle_qC()
500 StringExtractorGDBRemote &packet) { in Handle_jSignalsInfo()