mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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.
This commit is contained in:
@ -2872,12 +2872,13 @@ _initialize_hppa_tdep (void)
|
||||
&maintenanceprintlist);
|
||||
|
||||
/* Debug this files internals. */
|
||||
add_setshow_boolean_cmd ("hppa", class_maintenance, &hppa_debug, "\
|
||||
Set whether hppa target specific debugging information should be displayed.", "\
|
||||
Show whether hppa target specific debugging information is displayed.", "\
|
||||
add_setshow_boolean_cmd ("hppa", class_maintenance, &hppa_debug, _("\
|
||||
Set whether hppa target specific debugging information should be displayed."),
|
||||
_("\
|
||||
Show whether hppa target specific debugging information is displayed."), _("\
|
||||
This flag controls whether hppa target specific debugging information is\n\
|
||||
displayed. This information is particularly useful for debugging frame\n\
|
||||
unwinding problems.",
|
||||
NULL, /* PRINT hppa debug flag is %s. */
|
||||
unwinding problems."),
|
||||
NULL, /* FIXME: i18n: hppa debug flag is %s. */
|
||||
NULL, NULL, &setdebuglist, &showdebuglist);
|
||||
}
|
||||
|
Reference in New Issue
Block a user