aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-11-14 13:45:38 +0000
committerAndrew Cagney <cagney@redhat.com>2000-11-14 13:45:38 +0000
commit4ad5b0f7164ad77f26cce121fc78fd8a55591147 (patch)
tree358d6986120f67193a4f27428c2232d06f37a211 /gdb/remote.c
parent39124deab4dd6d459c530a6febc5efc5f0c98faf (diff)
downloadfsf-binutils-gdb-4ad5b0f7164ad77f26cce121fc78fd8a55591147.zip
fsf-binutils-gdb-4ad5b0f7164ad77f26cce121fc78fd8a55591147.tar.gz
fsf-binutils-gdb-4ad5b0f7164ad77f26cce121fc78fd8a55591147.tar.bz2
Fix ``show remotewritesize'' was doing a set.
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 2cd3089..9764e58 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -5577,7 +5577,7 @@ terminating `#' character and checksum.",
add_cmd ("remotewritesize", no_class, set_memory_write_packet_size,
"Set the maximum number of bytes per memory write packet (deprecated).\n",
&setlist);
- add_cmd ("remotewritesize", no_class, set_memory_write_packet_size,
+ add_cmd ("remotewritesize", no_class, show_memory_write_packet_size,
"Show the maximum number of bytes per memory write packet (deprecated).\n",
&showlist);
add_cmd ("memory-write-packet-size", no_class,