Fix ``show remotewritesize'' was doing a set.
This commit is contained in:
parent
39124deab4
commit
4ad5b0f716
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
Wed Nov 15 00:29:46 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
|
From Klaus Espenlaub <espenlaub@informatik.uni-ulm.de>
|
||||||
|
* remote.c (_initialize_remote): Call
|
||||||
|
show_memory_write_packet_size when ``show remotewritesize''
|
||||||
|
command.
|
||||||
|
|
||||||
2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
|
2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
|
||||||
|
|
||||||
* config/djgpp/config.sed: Fix tweaking "VPATH=.:foo", and handle
|
* config/djgpp/config.sed: Fix tweaking "VPATH=.:foo", and handle
|
||||||
|
|
|
@ -5577,7 +5577,7 @@ terminating `#' character and checksum.",
|
||||||
add_cmd ("remotewritesize", no_class, set_memory_write_packet_size,
|
add_cmd ("remotewritesize", no_class, set_memory_write_packet_size,
|
||||||
"Set the maximum number of bytes per memory write packet (deprecated).\n",
|
"Set the maximum number of bytes per memory write packet (deprecated).\n",
|
||||||
&setlist);
|
&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",
|
"Show the maximum number of bytes per memory write packet (deprecated).\n",
|
||||||
&showlist);
|
&showlist);
|
||||||
add_cmd ("memory-write-packet-size", no_class,
|
add_cmd ("memory-write-packet-size", no_class,
|
||||||
|
|
Loading…
Reference in a new issue