aboutsummaryrefslogtreecommitdiff
path: root/gdb/serial.c
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>1998-03-05 01:04:13 +0000
committerMartin Hunt <hunt@redhat.com>1998-03-05 01:04:13 +0000
commit1d7a3fd77597bae3c76039b603aef03471615020 (patch)
tree0e07e70f4effa17f4ecfb88d13cfb6eaeb952e3e /gdb/serial.c
parent94ec3e76cb006c207486fcd5e6c8e93a5d92a0e3 (diff)
downloadgdb-1d7a3fd77597bae3c76039b603aef03471615020.zip
gdb-1d7a3fd77597bae3c76039b603aef03471615020.tar.gz
gdb-1d7a3fd77597bae3c76039b603aef03471615020.tar.bz2
Wed Mar 4 16:53:52 1998 Martin M. Hunt <hunt@cygnus.com>
* serial.c (_initialize_serial): Add a description of "set remotelogbase". * command.c (do_setshow_command): If no arguments are supplied, don't dump core, instead print out an error message.
Diffstat (limited to 'gdb/serial.c')
-rw-r--r--gdb/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/serial.c b/gdb/serial.c
index 4bbc22d..89a116e 100644
--- a/gdb/serial.c
+++ b/gdb/serial.c
@@ -517,7 +517,7 @@ by gdbserver.", &setlist),
add_show_from_set (add_set_enum_cmd ("remotelogbase", no_class,
logbase_enums,
(char *)&serial_logbase,
- "Set ...",
+ "Set numerical base for remote session logging",
&setlist),
&showlist);
}