Searched refs:last_packet (Results 1 – 1 of 1) sorted by relevance
282 uint8_t last_packet[MAX_PACKET_LENGTH + 4]; member433 p = s->last_packet; in put_packet_binary()445 s->last_packet_len = p - s->last_packet; in put_packet_binary()446 put_buffer(s, (uint8_t *)s->last_packet, s->last_packet_len); in put_packet_binary()2080 put_buffer(s, (uint8_t *)s->last_packet, s->last_packet_len); in gdb_read_byte()2364 max_sz = (sizeof(gdbserver_state->last_packet) - 2) / 2; in gdb_monitor_write()