diff options
author | Tom Tromey <tom@tromey.com> | 2017-10-10 21:54:01 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-11-07 13:59:09 -0700 |
commit | 6be9a197d96c3c346271b46ec6270bd719eb9932 (patch) | |
tree | 06de606dccfb480181c42847f0359beaa62d4c04 /gdb/ChangeLog | |
parent | c2252c0dd8dcf3bb95598149aecd3158e89c31d7 (diff) | |
download | binutils-gdb-6be9a197d96c3c346271b46ec6270bd719eb9932.tar.gz |
Make strip_bg_char return a unique_xmalloc_ptr
This changes strip_bg_char to return a unique_xmalloc_ptr and removes
several cleanups.
gdb/ChangeLog
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)
(attach_command): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 070172cc7dc..cf9dbc503aa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 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) + (attach_command): Update. + +2017-11-07 Tom Tromey <tom@tromey.com> + * command.h (set_cmd_cfunc): Don't declare. * cli/cli-decode.c (set_cmd_cfunc): Now static. |