summaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-07-27 00:06:02 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-07-27 00:06:02 +0000
commit97bc1b4eded65e3a5032ac9a81e99ff346b977d6 (patch)
treefd5b3c817333188185c877c980604e66be8571b4 /gdb/remote.c
parentfc5abae551e12e16b71b0ee84ac236fa21e3db82 (diff)
downloadgdb-97bc1b4eded65e3a5032ac9a81e99ff346b977d6.tar.gz
* remote.c (remote_protocol_features): Correct qPart to qXfer.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 7b4f55bef7c..adafdc7245e 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -2176,7 +2176,7 @@ remote_packet_size (const struct protocol_feature *feature,
static struct protocol_feature remote_protocol_features[] = {
{ "PacketSize", PACKET_DISABLE, remote_packet_size, -1 },
- { "qPart:auxv:read", PACKET_DISABLE, remote_supported_packet,
+ { "qXfer:auxv:read", PACKET_DISABLE, remote_supported_packet,
PACKET_qXfer_auxv }
};