diff options
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. |