Lines Matching refs:StringExtractorGDBRemote
29 StringExtractorGDBRemote::eServerPacketType_QEnableErrorStrings, in GDBRemoteCommunicationServer()
30 [this](StringExtractorGDBRemote packet, Status &error, bool &interrupt, in GDBRemoteCommunicationServer()
37 StringExtractorGDBRemote::ServerPacketType packet_type, in RegisterPacketHandler()
45 StringExtractorGDBRemote packet; in GetPacketAndSendResponse()
49 const StringExtractorGDBRemote::ServerPacketType packet_type = in GetPacketAndSendResponse()
52 case StringExtractorGDBRemote::eServerPacketType_nack: in GetPacketAndSendResponse()
53 case StringExtractorGDBRemote::eServerPacketType_ack: in GetPacketAndSendResponse()
56 case StringExtractorGDBRemote::eServerPacketType_invalid: in GetPacketAndSendResponse()
61 case StringExtractorGDBRemote::eServerPacketType_unimplemented: in GetPacketAndSendResponse()
131 StringExtractorGDBRemote &packet) { in Handle_QErrorStringEnable()
138 const StringExtractorGDBRemote &failed_packet, const char *message) { in SendIllFormedResponse()