This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog cli/cli-cmds.c cli/cli-scrip ...
- From: tromey at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 18 Dec 2012 19:24:41 -0000
- Subject: src/gdb ChangeLog cli/cli-cmds.c cli/cli-scrip ...
CVSROOT: /cvs/src
Module name: src
Changes by: tromey@sourceware.org 2012-12-18 19:24:41
Modified files:
gdb : ChangeLog
gdb/cli : cli-cmds.c cli-script.c cli-script.h
Log message:
* cli/cli-cmds.c (_initialize_cli_cmds): Remove "document",
"define", "while", and "if" commands.
* cli/cli-script.c (while_command, if_command, define_command)
(document_command): Now static.
(_initialize_cli_script): New function.
* cli/cli-script.h (while_command, if_command, define_command)
(document_command): Don't declare.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14959&r2=1.14960
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cli/cli-cmds.c.diff?cvsroot=src&r1=1.141&r2=1.142
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cli/cli-script.c.diff?cvsroot=src&r1=1.77&r2=1.78
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cli/cli-script.h.diff?cvsroot=src&r1=1.18&r2=1.19