diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-02-14 16:18:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-02-14 16:18:43 +0000 |
commit | 7915a72c7f0c255cfcf47c1b186d3739aeafe4da (patch) | |
tree | f23858f72a74163f4ec1e652994bb47495f6090f /gdb/remote-rdi.c | |
parent | 5cba516c96c30419af2254897f0459ef4d640084 (diff) | |
download | gdb-7915a72c7f0c255cfcf47c1b186d3739aeafe4da.zip gdb-7915a72c7f0c255cfcf47c1b186d3739aeafe4da.tar.gz gdb-7915a72c7f0c255cfcf47c1b186d3739aeafe4da.tar.bz2 |
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
Diffstat (limited to 'gdb/remote-rdi.c')
-rw-r--r-- | gdb/remote-rdi.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gdb/remote-rdi.c b/gdb/remote-rdi.c index 2f10971..5532086 100644 --- a/gdb/remote-rdi.c +++ b/gdb/remote-rdi.c @@ -991,22 +991,22 @@ _initialize_remote_rdi (void) "Withough an argument, it will display current state.\n", &maintenancelist); - add_setshow_boolean_cmd ("rdiromatzero", no_class, &rom_at_zero, "\ -Set target has ROM at addr 0.", "\ -Show if target has ROM at addr 0.", "\ + add_setshow_boolean_cmd ("rdiromatzero", no_class, &rom_at_zero, _("\ +Set target has ROM at addr 0."), _("\ +Show if target has ROM at addr 0."), _("\ A true value disables vector catching, false enables vector catching.\n\ -This is evaluated at the time the 'target rdi' command is executed.", - NULL, /* PRINT: Target has ROM at addr 0 is %s. */ +This is evaluated at the time the 'target rdi' command is executed."), + NULL, /* FIXME: i18n: Target has ROM at addr 0 is %s. */ NULL, NULL, &setlist, &showlist); - add_setshow_boolean_cmd ("rdiheartbeat", no_class, &rdi_heartbeat, "\ -Set enable for ADP heartbeat packets.", "\ -Show enable for ADP heartbeat packets.", "\ + add_setshow_boolean_cmd ("rdiheartbeat", no_class, &rdi_heartbeat, _("\ +Set enable for ADP heartbeat packets."), _("\ +Show enable for ADP heartbeat packets."), _("\ I don't know why you would want this. If you enable them,\n\ it will confuse ARM and EPI JTAG interface boxes as well\n\ -as the Angel Monitor.", - NULL, /* PRINT: Enable for ADP heartbeat packets is %s. */ +as the Angel Monitor."), + NULL, /* FIXME: i18n: Enable for ADP heartbeat packets is %s. */ NULL, NULL, &setlist, &showlist); } |