2005-02-18 Andrew Cagney <cagney@gnu.org>

Use add_setshow_zinteger_cmd through out.  Re-sync gdbarch.sh
	and gdbarch.c.
	* breakpoint.c, frame.c, gdb-events.sh, gdbarch.sh: Update.
	* gdbtypes.c, infrun.c, linux-nat.c, maint.c, monitor.c: Update.
	* pa64solib.c, parse.c, remote-mips.c, ser-go32.c: Update.
	* serial.c, solib-frv.c, somsolib.c, target.c, top.c: Update.
	* varobj.c, cli/cli-cmds.c: Update.
	* gdbarch.c, gdb-events.c: Regenerate.
This commit is contained in:
Andrew Cagney
2005-02-18 18:58:56 +00:00
parent 904c75ac4f
commit 85c078043b
23 changed files with 259 additions and 220 deletions

View File

@ -1587,9 +1587,11 @@ Zero is unlimited."),
&show_backtrace_cmdlist);
/* Debug this files internals. */
deprecated_add_show_from_set
(add_set_cmd ("frame", class_maintenance, var_zinteger,
&frame_debug, "Set frame debugging.\n\
When non-zero, frame specific internal debugging is enabled.", &setdebuglist),
&showdebuglist);
add_setshow_zinteger_cmd ("frame", class_maintenance, &frame_debug, _("\
Set frame debugging."), _("\
Show frame debugging."), _("\
When non-zero, frame specific internal debugging is enabled."),
NULL,
NULL, /* FIXME: i18n: */
&setdebuglist, &showdebuglist);
}