mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
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:
13
gdb/target.c
13
gdb/target.c
@@ -2552,14 +2552,15 @@ initialize_targets (void)
|
||||
add_info ("target", target_info, targ_desc);
|
||||
add_info ("files", target_info, targ_desc);
|
||||
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("target", class_maintenance, var_zinteger,
|
||||
(char *) &targetdebug,
|
||||
"Set target debugging.\n\
|
||||
add_setshow_zinteger_cmd ("target", class_maintenance, &targetdebug, _("\
|
||||
Set target debugging."), _("\
|
||||
Show target debugging."), _("\
|
||||
When non-zero, target debugging is enabled. Higher numbers are more\n\
|
||||
verbose. Changes do not take effect until the next \"run\" or \"target\"\n\
|
||||
command.", &setdebuglist),
|
||||
&showdebuglist);
|
||||
command."),
|
||||
NULL,
|
||||
NULL, /* FIXME: i18n: */
|
||||
&setdebuglist, &showdebuglist);
|
||||
|
||||
add_setshow_boolean_cmd ("trust-readonly-sections", class_support,
|
||||
&trust_readonly, _("\
|
||||
|
||||
Reference in New Issue
Block a user