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:
parent
904c75ac4f
commit
85c078043b
23 changed files with 259 additions and 220 deletions
|
@ -3084,11 +3084,13 @@ Specify any of the following keywords for detailed info:\n\
|
|||
|
||||
sigemptyset (&blocked_mask);
|
||||
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("lin-lwp", no_class, var_zinteger,
|
||||
(char *) &debug_linux_nat,
|
||||
"Set debugging of GNU/Linux lwp module.\n\
|
||||
Enables printf debugging output.\n", &setdebuglist), &showdebuglist);
|
||||
add_setshow_zinteger_cmd ("lin-lwp", no_class, &debug_linux_nat, _("\
|
||||
Set debugging of GNU/Linux lwp module."), _("\
|
||||
Show debugging of GNU/Linux lwp module."), _("\
|
||||
Enables printf debugging output."),
|
||||
NULL,
|
||||
NULL, /* FIXME: i18n: */
|
||||
&setdebuglist, &showdebuglist);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue