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/dwarf2read.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/dwarf2read.c')
-rw-r--r-- | gdb/dwarf2read.c | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 2b5222c..5d0493f 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -9643,17 +9643,13 @@ _initialize_dwarf2_read (void) 0/*allow-unknown*/, &maintenance_show_cmdlist); add_setshow_zinteger_cmd ("max-cache-age", class_obscure, - &dwarf2_max_cache_age, - "Set the upper bound on the age of cached " - "dwarf2 compilation units.", - "Show the upper bound on the age of cached " - "dwarf2 compilation units.", - "A higher limit means that cached " - "compilation units will be stored\n" - "in memory longer, and more total memory will " - "be used. Zero disables\n" - "caching, which can slow down startup.", - NULL, /* PRINT: The upper bound on the age of cached dwarf2 compilation units is %d. */ + &dwarf2_max_cache_age, _("\ +Set the upper bound on the age of cached dwarf2 compilation units."), _("\ +Show the upper bound on the age of cached dwarf2 compilation units."), _("\ +A higher limit means that cached compilation units will be stored\n\ +in memory longer, and more total memory will be used. Zero disables\n\ +caching, which can slow down startup."), + NULL, /* FIXME: i18n: The upper bound on the age of cached dwarf2 compilation units is %d. */ NULL, NULL, &set_dwarf2_cmdlist, &show_dwarf2_cmdlist); } |