* cli/cli-cmds.c (_initialize_cli_cmds): Remove "document",
authorTom Tromey <tromey@redhat.com>
Tue, 18 Dec 2012 19:24:40 +0000 (19:24 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 18 Dec 2012 19:24:40 +0000 (19:24 +0000)
commit2370e8539ca40ee80525e8549698426251a11053
treea7b9cdc12c6616b6d6be4beb5f219da1af7b74a6
parent43e4916ffe6295e4240921985e67b6bdf0562137
* 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.
gdb/ChangeLog
gdb/cli/cli-cmds.c
gdb/cli/cli-script.c
gdb/cli/cli-script.h