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 | 040e11c34ea7f8c71fcfa0edfeff43b630a557eb (patch) | |
tree | 8f41bdadbaf63de069ff55aefa97d1f3f455e563 /gdb/breakpoint.c | |
parent | 359c9f376c6a65abe10d32c652f4cc1de51a6bef (diff) | |
download | gdb-040e11c34ea7f8c71fcfa0edfeff43b630a557eb.tar.gz |
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/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index ca85d518186..ae5d79f699f 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -7947,14 +7947,15 @@ pending breakpoint behavior", &breakpoint_show_cmdlist, "show breakpoint ", 0/*allow-unknown*/, &showlist); - add_setshow_auto_boolean_cmd ("pending", no_class, &pending_break_support, "\ -Set debugger's behavior regarding pending breakpoints.", "\ -Show debugger's behavior regarding pending breakpoints.", "\ + add_setshow_auto_boolean_cmd ("pending", no_class, + &pending_break_support, _("\ +Set debugger's behavior regarding pending breakpoints."), _("\ +Show debugger's behavior regarding pending breakpoints."), _("\ If on, an unrecognized breakpoint location will cause gdb to create a\n\ pending breakpoint. If off, an unrecognized breakpoint location results in\n\ an error. If auto, an unrecognized breakpoint location results in a\n\ -user-query to see if a pending breakpoint should be created.", - NULL, /* PRINT: Debugger's behavior regarding pending breakpoints is %s. */ +user-query to see if a pending breakpoint should be created."), + NULL, /* FIXME: i18n: Debugger's behavior regarding pending breakpoints is %s. */ NULL, NULL, &breakpoint_set_cmdlist, &breakpoint_show_cmdlist); |