forked from Imagelibrary/binutils-gdb
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:
@@ -2303,11 +2303,12 @@ When enabled, a hashmark \'#\' is displayed."),
|
||||
NULL, /* FIXME: i18n: */
|
||||
&setlist, &showlist);
|
||||
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("monitor", no_class, var_zinteger,
|
||||
(char *) &monitor_debug_p,
|
||||
"Set debugging of remote monitor communication.\n\
|
||||
add_setshow_zinteger_cmd ("monitor", no_class, &monitor_debug_p, _("\
|
||||
Set debugging of remote monitor communication."), _("\
|
||||
Show debugging of remote monitor communication."), _("\
|
||||
When enabled, communication between GDB and the remote monitor\n\
|
||||
is displayed.", &setdebuglist),
|
||||
&showdebuglist);
|
||||
is displayed."),
|
||||
NULL,
|
||||
NULL, /* FIXME: i18n: */
|
||||
&setdebuglist, &showdebuglist);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user