Searched refs:last_packet (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dgdbstub.c282 uint8_t last_packet[MAX_PACKET_LENGTH + 4]; member in struct:GDBState
433 p = s->last_packet;
445 s->last_packet_len = p - s->last_packet;
446 put_buffer(s, (uint8_t *)s->last_packet, s->last_packet_len);
2080 put_buffer(s, (uint8_t *)s->last_packet, s->last_packet_len);
2364 max_sz = (sizeof(gdbserver_state->last_packet) - 2) / 2;

Completed in 86 milliseconds