mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08: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:
@ -903,61 +903,61 @@ _initialize_ser_dos (void)
|
||||
intrupts[1].inuse = /* keyboard */
|
||||
intrupts[2].inuse = 1; /* slave icu */
|
||||
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("com1base", class_obscure, var_zinteger,
|
||||
(char *) &ports[0].base,
|
||||
"Set COM1 base i/o port address.",
|
||||
&setlist),
|
||||
&showlist);
|
||||
add_setshow_zinteger_cmd ("com1base", class_obscure, &ports[0].base, _("\
|
||||
Set COM1 base i/o port address."), _("\
|
||||
Show COM1 base i/o port address."), NULL,
|
||||
NULL,
|
||||
NULL, /* FIXME: i18n: */
|
||||
&setlist, &showlist);
|
||||
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("com1irq", class_obscure, var_zinteger,
|
||||
(char *) &ports[0].irq,
|
||||
"Set COM1 interrupt request.",
|
||||
&setlist),
|
||||
&showlist);
|
||||
add_setshow_zinteger_cmd ("com1irq", class_obscure, &ports[0].irq, _("\
|
||||
Set COM1 interrupt request."), _("\
|
||||
Show COM1 interrupt request."), NULL,
|
||||
NULL,
|
||||
NULL, /* FIXME: i18n: */
|
||||
&setlist, &showlist);
|
||||
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("com2base", class_obscure, var_zinteger,
|
||||
(char *) &ports[1].base,
|
||||
"Set COM2 base i/o port address.",
|
||||
&setlist),
|
||||
&showlist);
|
||||
add_setshow_zinteger_cmd ("com2base", class_obscure, &ports[1].base, _("\
|
||||
Set COM2 base i/o port address."), _("\
|
||||
Show COM2 base i/o port address."), NULL,
|
||||
NULL,
|
||||
NULL, /* FIXME: i18n: */
|
||||
&setlist, &showlist);
|
||||
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("com2irq", class_obscure, var_zinteger,
|
||||
(char *) &ports[1].irq,
|
||||
"Set COM2 interrupt request.",
|
||||
&setlist),
|
||||
&showlist);
|
||||
add_setshow_zinteger_cmd ("com2irq", class_obscure, &ports[1].irq, _("\
|
||||
Set COM2 interrupt request."), _("\
|
||||
Show COM2 interrupt request."), NULL,
|
||||
NULL,
|
||||
NULL, /* FIXME: i18n: */
|
||||
&setlist, &showlist);
|
||||
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("com3base", class_obscure, var_zinteger,
|
||||
(char *) &ports[2].base,
|
||||
"Set COM3 base i/o port address.",
|
||||
&setlist),
|
||||
&showlist);
|
||||
add_setshow_zinteger_cmd ("com3base", class_obscure, &ports[2].base, _("\
|
||||
Set COM3 base i/o port address."), _("\
|
||||
Show COM3 base i/o port address."), NULL,
|
||||
NULL,
|
||||
NULL, /* FIXME: i18n: */
|
||||
&setlist, &showlist);
|
||||
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("com3irq", class_obscure, var_zinteger,
|
||||
(char *) &ports[2].irq,
|
||||
"Set COM3 interrupt request.",
|
||||
&setlist),
|
||||
&showlist);
|
||||
add_setshow_zinteger_cmd ("com3irq", class_obscure, &ports[2].irq, _("\
|
||||
Set COM3 interrupt request."), _("\
|
||||
Show COM3 interrupt request."), NULL,
|
||||
NULL,
|
||||
NULL, /* FIXME: i18n: */
|
||||
&setlist, &showlist);
|
||||
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("com4base", class_obscure, var_zinteger,
|
||||
(char *) &ports[3].base,
|
||||
"Set COM4 base i/o port address.",
|
||||
&setlist),
|
||||
&showlist);
|
||||
add_setshow_zinteger_cmd ("com4base", class_obscure, &ports[3].base, _("\
|
||||
Set COM4 base i/o port address."), _("\
|
||||
Show COM4 base i/o port address."), NULL,
|
||||
NULL,
|
||||
NULL, /* FIXME: i18n: */
|
||||
&setlist, &showlist);
|
||||
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("com4irq", class_obscure, var_zinteger,
|
||||
(char *) &ports[3].irq,
|
||||
"Set COM4 interrupt request.",
|
||||
&setlist),
|
||||
&showlist);
|
||||
add_setshow_zinteger_cmd ("com4irq", class_obscure, &ports[3].irq, _("\
|
||||
Set COM4 interrupt request."), _("\
|
||||
Show COM4 interrupt request."), NULL,
|
||||
NULL,
|
||||
NULL, /* FIXME: i18n: */
|
||||
&setlist, &showlist);
|
||||
|
||||
add_info ("serial", dos_info,
|
||||
_("Print DOS serial port status."));
|
||||
|
Reference in New Issue
Block a user