diff options
author | Tom Tromey <tom@tromey.com> | 2017-10-11 17:04:29 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-11-07 13:59:09 -0700 |
commit | 5614fb77203f5ea01edfb2d739e9d4f3d570dc09 (patch) | |
tree | c1be8808b82dfd1c66d589ef444b50c9776c40db /gdb/ChangeLog | |
parent | 6be9a197d96c3c346271b46ec6270bd719eb9932 (diff) | |
download | gdb-5614fb77203f5ea01edfb2d739e9d4f3d570dc09.zip gdb-5614fb77203f5ea01edfb2d739e9d4f3d570dc09.tar.gz gdb-5614fb77203f5ea01edfb2d739e9d4f3d570dc09.tar.bz2 |
Constify add_path and friends
This constifies add_path, mod_path, and directory_switch.
gdb/ChangeLog
2017-11-07 Tom Tromey <tom@tromey.com>
* source.c (directory_switch, mod_path, add_path): Constify.
* defs.h (add_path, mod_path, directory_switch): Constify.
* mi/mi-cmd-env.c (env_mod_path): 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 cf9dbc5..d8d956f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2017-11-07 Tom Tromey <tom@tromey.com> + * source.c (directory_switch, mod_path, add_path): Constify. + * defs.h (add_path, mod_path, directory_switch): Constify. + * mi/mi-cmd-env.c (env_mod_path): Constify. + +2017-11-07 Tom Tromey <tom@tromey.com> + * infcmd.c (strip_bg_char): Return gdb::unique_xmalloc_ptr. (run_command_1, continue_command, step_1, jump_command) (signal_command, until_command, advance_command, finish_command) |