summaryrefslogtreecommitdiff
path: root/gdb/alpha-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-02-14 16:18:43 +0000
committerAndrew Cagney <cagney@redhat.com>2005-02-14 16:18:43 +0000
commit040e11c34ea7f8c71fcfa0edfeff43b630a557eb (patch)
tree8f41bdadbaf63de069ff55aefa97d1f3f455e563 /gdb/alpha-tdep.c
parent359c9f376c6a65abe10d32c652f4cc1de51a6bef (diff)
downloadgdb-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/alpha-tdep.c')
-rw-r--r--gdb/alpha-tdep.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c
index 142bc32da85..fc6ee9a5b41 100644
--- a/gdb/alpha-tdep.c
+++ b/gdb/alpha-tdep.c
@@ -1586,16 +1586,13 @@ _initialize_alpha_tdep (void)
/* We need to throw away the frame cache when we set this, since it
might change our ability to get backtraces. */
add_setshow_zinteger_cmd ("heuristic-fence-post", class_support,
- &heuristic_fence_post,
- _("\
-Set the distance searched for the start of a function."),
- _("\
-Show the distance searched for the start of a function."),
- _("\
+ &heuristic_fence_post, _("\
+Set the distance searched for the start of a function."), _("\
+Show the distance searched for the start of a function."), _("\
If you are debugging a stripped executable, GDB needs to search through the\n\
program for the start of a function. This command sets the distance of the\n\
search. The only need to set it is when debugging a stripped executable."),
- NULL, /* PRINT: The distance searched for the start of a function is \"%d\". */
+ NULL, /* FIXME: i18n: The distance searched for the start of a function is \"%d\". */
reinit_frame_cache_sfunc, NULL,
&setlist, &showlist);
}