Lines Matching refs:StringExtractorGDBRemote
30 StringExtractorGDBRemote::eServerPacketType_QEnableErrorStrings, in GDBRemoteCommunicationServer()
31 [this](StringExtractorGDBRemote packet, Status &error, bool &interrupt, in GDBRemoteCommunicationServer()
38 StringExtractorGDBRemote::ServerPacketType packet_type, in RegisterPacketHandler()
46 StringExtractorGDBRemote packet; in GetPacketAndSendResponse()
50 const StringExtractorGDBRemote::ServerPacketType packet_type = in GetPacketAndSendResponse()
53 case StringExtractorGDBRemote::eServerPacketType_nack: in GetPacketAndSendResponse()
54 case StringExtractorGDBRemote::eServerPacketType_ack: in GetPacketAndSendResponse()
57 case StringExtractorGDBRemote::eServerPacketType_invalid: in GetPacketAndSendResponse()
62 case StringExtractorGDBRemote::eServerPacketType_unimplemented: in GetPacketAndSendResponse()
132 StringExtractorGDBRemote &packet) { in Handle_QErrorStringEnable()
139 const StringExtractorGDBRemote &failed_packet, const char *message) { in SendIllFormedResponse()