diff options
author | Tom Tromey <tom@tromey.com> | 2017-10-10 17:51:52 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-11-07 13:59:08 -0700 |
commit | ee7ddd713206fdf02512a9fb3fe928a210200c11 (patch) | |
tree | b938589f9e3d4acd9db5bc3a41f4f1c4f58bc967 /gdb/ChangeLog | |
parent | 52eab766df54915f8d3d71475235868285c4ca82 (diff) | |
download | gdb-ee7ddd713206fdf02512a9fb3fe928a210200c11.zip gdb-ee7ddd713206fdf02512a9fb3fe928a210200c11.tar.gz gdb-ee7ddd713206fdf02512a9fb3fe928a210200c11.tar.bz2 |
Constify add_abbrev_prefix_cmd
This changes add_abbrev_prefix_cmd to take a const-taking callback
function and then fixes the one caller.
gdb/ChangeLog
2017-11-07 Tom Tromey <tom@tromey.com>
* breakpoint.c (stop_command): Constify.
* cli/cli-decode.c (struct cmd_list_element): Constify.
* command.h (add_abbrev_prefix_cmd): Constify.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e1842d6..6f103ae 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2017-11-07 Tom Tromey <tom@tromey.com> + + * breakpoint.c (stop_command): Constify. + * cli/cli-decode.c (struct cmd_list_element): Constify. + * command.h (add_abbrev_prefix_cmd): Constify. + 2017-11-07 Pedro Alves <palves@redhat.com> * breakpoint.c (extract_bp_kind): New enum. |