diff options
author | Tom Tromey <tromey@redhat.com> | 2012-12-18 19:24:40 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-12-18 19:24:40 +0000 |
commit | 2370e8539ca40ee80525e8549698426251a11053 (patch) | |
tree | a7b9cdc12c6616b6d6be4beb5f219da1af7b74a6 /gdb/ChangeLog | |
parent | 43e4916ffe6295e4240921985e67b6bdf0562137 (diff) | |
download | gdb-2370e8539ca40ee80525e8549698426251a11053.zip gdb-2370e8539ca40ee80525e8549698426251a11053.tar.gz gdb-2370e8539ca40ee80525e8549698426251a11053.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4cbc9ab..cb57bec 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ 2012-12-12 Tom Tromey <tromey@redhat.com> + * 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. + +2012-12-12 Tom Tromey <tromey@redhat.com> + * cli/cli-cmds.c (_initialize_cli_cmds): New function. (init_cli_cmds): Move most code into new function. |