aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-07-27 00:06:02 +0000
committerDaniel Jacobowitz <drow@false.org>2006-07-27 00:06:02 +0000
commit40e57cf227f777e0332833c31c8e1e06199256d1 (patch)
tree0173c918f06a009df208d77462d2b697aaf2d134 /gdb/remote.c
parentee5bb91ef144afdfbe0ef828f1511974ec36211f (diff)
downloadgdb-40e57cf227f777e0332833c31c8e1e06199256d1.zip
gdb-40e57cf227f777e0332833c31c8e1e06199256d1.tar.gz
gdb-40e57cf227f777e0332833c31c8e1e06199256d1.tar.bz2
* 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 7b4f55b..adafdc7 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 }
};