Fixed qSupported resonse.

This commit is contained in:
Gareth McMullin 2011-11-26 17:04:48 +13:00
parent ffda30f393
commit 540573bc18
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ handle_q_packet(char *packet, int len)
} else if (!strncmp (packet, "qSupported", 10)) {
/* Query supported protocol features */
gdb_putpacket_f("PacketSize=%X;qXfer:memory-map:read+:qXfer:features:read+", BUF_SIZE);
gdb_putpacket_f("PacketSize=%X;qXfer:memory-map:read+;qXfer:features:read+", BUF_SIZE);
} else if (strncmp (packet, "qXfer:memory-map:read::", 23) == 0) {
/* Read target XML memory map */