diff options
author | Tom Tromey <tom@tromey.com> | 2017-10-16 17:27:21 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-10-19 15:58:12 -0600 |
commit | 395423c418da2cba1240e39ae944510fe9ffcccc (patch) | |
tree | d31c21ea8fee11eb2d493865c86499681d67693d /gdb/ChangeLog | |
parent | 54f70bc14586878ee14891ecb11efb8a90405874 (diff) | |
download | gdb-395423c418da2cba1240e39ae944510fe9ffcccc.zip gdb-395423c418da2cba1240e39ae944510fe9ffcccc.tar.gz gdb-395423c418da2cba1240e39ae944510fe9ffcccc.tar.bz2 |
Remove cleanup from call_function_by_hand_dummy
This changes call_function_by_hand_dummy to use std::string, removing
a cleanup.
ChangeLog
2017-10-19 Tom Tromey <tom@tromey.com>
* infcall.c (call_function_by_hand_dummy): Use std::string.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d7f95a6..49d67bd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2017-10-19 Tom Tromey <tom@tromey.com> + * infcall.c (call_function_by_hand_dummy): Use std::string. + +2017-10-19 Tom Tromey <tom@tromey.com> + * mi/mi-main.c (mi_cmd_execute): Update. * top.h (prepare_execute_command): Return scoped_value_mark. * value.h (class scoped_value_mark): Use DISABLE_COPY_AND_ASSIGN. |