aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-rdi.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-02-14 18:10:11 +0000
committerAndrew Cagney <cagney@redhat.com>2005-02-14 18:10:11 +0000
commit1a966eabdfe5d28f2e17f73988c9124cc5b76f31 (patch)
tree326d0cfbf97d88b2b9a3c31ab76328966afbef03 /gdb/remote-rdi.c
parent7915a72c7f0c255cfcf47c1b186d3739aeafe4da (diff)
downloadgdb-1a966eabdfe5d28f2e17f73988c9124cc5b76f31.zip
gdb-1a966eabdfe5d28f2e17f73988c9124cc5b76f31.tar.gz
gdb-1a966eabdfe5d28f2e17f73988c9124cc5b76f31.tar.bz2
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_cmd. * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update. * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update. * exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update. * infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update. * mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update. * reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update. * sol-thread.c, source.c, stack.c, symfile-mem.c: Update. * symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update. * win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update. * cli/cli-logging.c, tui/tui-regs.c: Update.
Diffstat (limited to 'gdb/remote-rdi.c')
-rw-r--r--gdb/remote-rdi.c28
1 files changed, 13 insertions, 15 deletions
diff --git a/gdb/remote-rdi.c b/gdb/remote-rdi.c
index 5532086..28d8689 100644
--- a/gdb/remote-rdi.c
+++ b/gdb/remote-rdi.c
@@ -971,24 +971,22 @@ _initialize_remote_rdi (void)
Adp_SetLogfile (log_filename);
Adp_SetLogEnable (log_enable);
- c = add_cmd ("rdilogfile", class_maintenance,
- rdilogfile_command,
- "Set filename for ADP packet log.\n"
- "This file is used to log Angel Debugger Protocol packets.\n"
- "With a single argument, sets the logfile name to that value.\n"
- "Without an argument, shows the current logfile name.\n"
- "See also: rdilogenable\n",
+ c = add_cmd ("rdilogfile", class_maintenance, rdilogfile_command, _("\
+Set filename for ADP packet log.\n\
+This file is used to log Angel Debugger Protocol packets.\n\
+With a single argument, sets the logfile name to that value.\n\
+Without an argument, shows the current logfile name.\n\
+See also: rdilogenable\n"),
&maintenancelist);
set_cmd_completer (c, filename_completer);
- add_cmd ("rdilogenable", class_maintenance,
- rdilogenable_command,
- "Set enable logging of ADP packets.\n"
- "This will log ADP packets exchanged between gdb and the\n"
- "rdi target device.\n"
- "An argument of 1, t, true, y or yes will enable.\n"
- "An argument of 0, f, false, n or no will disabled.\n"
- "Withough an argument, it will display current state.\n",
+ add_cmd ("rdilogenable", class_maintenance, rdilogenable_command, _("\
+Set enable logging of ADP packets.\n\
+This will log ADP packets exchanged between gdb and the\n\
+rdi target device.\n\
+An argument of 1, t, true, y or yes will enable.\n\
+An argument of 0, f, false, n or no will disabled.\n\
+Withough an argument, it will display current state."),
&maintenancelist);
add_setshow_boolean_cmd ("rdiromatzero", no_class, &rom_at_zero, _("\