2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_cmd. * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update. * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update. * exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update. * infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update. * mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update. * reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update. * sol-thread.c, source.c, stack.c, symfile-mem.c: Update. * symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update. * win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update. * cli/cli-logging.c, tui/tui-regs.c: Update.
This commit is contained in:
parent
7915a72c7f
commit
1a966eabdf
43 changed files with 490 additions and 484 deletions
|
@ -196,9 +196,9 @@ The logfile is used when directing GDB's output."),
|
|||
NULL, NULL,
|
||||
&set_logging_cmdlist, &show_logging_cmdlist);
|
||||
add_cmd ("on", class_support, set_logging_on,
|
||||
"Enable logging.", &set_logging_cmdlist);
|
||||
_("Enable logging."), &set_logging_cmdlist);
|
||||
add_cmd ("off", class_support, set_logging_off,
|
||||
"Disable logging.", &set_logging_cmdlist);
|
||||
_("Disable logging."), &set_logging_cmdlist);
|
||||
|
||||
logging_filename = xstrdup ("gdb.txt");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue