Lines Matching refs:StringExtractorGDBRemote
31 StringExtractorGDBRemote::eServerPacketType_QEnableErrorStrings, in GDBRemoteCommunicationServer()
32 [this](StringExtractorGDBRemote packet, Status &error, bool &interrupt, in GDBRemoteCommunicationServer()
39 StringExtractorGDBRemote::ServerPacketType packet_type, in RegisterPacketHandler()
47 StringExtractorGDBRemote packet; in GetPacketAndSendResponse()
51 const StringExtractorGDBRemote::ServerPacketType packet_type = in GetPacketAndSendResponse()
54 case StringExtractorGDBRemote::eServerPacketType_nack: in GetPacketAndSendResponse()
55 case StringExtractorGDBRemote::eServerPacketType_ack: in GetPacketAndSendResponse()
58 case StringExtractorGDBRemote::eServerPacketType_invalid: in GetPacketAndSendResponse()
63 case StringExtractorGDBRemote::eServerPacketType_unimplemented: in GetPacketAndSendResponse()
133 StringExtractorGDBRemote &packet) { in Handle_QErrorStringEnable()
140 const StringExtractorGDBRemote &failed_packet, const char *message) { in SendIllFormedResponse()