diff options
author | Tom Tromey <tom@tromey.com> | 2017-09-29 22:11:33 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-10-03 05:33:45 -0600 |
commit | e05550d7a409a0637d87bef377e5d4b9a4b379ac (patch) | |
tree | 06091568ca9ad62081a0754ed9cd81069fc37f2d /gdb/ChangeLog | |
parent | b95de2b7aeb30081345954cb15970a582b49a866 (diff) | |
download | gdb-e05550d7a409a0637d87bef377e5d4b9a4b379ac.zip gdb-e05550d7a409a0637d87bef377e5d4b9a4b379ac.tar.gz gdb-e05550d7a409a0637d87bef377e5d4b9a4b379ac.tar.bz2 |
Use std::string in utils.c
This converts internal_vproblem and defaulted_query to use
std::string.
2017-10-03 Tom Tromey <tom@tromey.com>
* utils.c (internal_vproblem): Use std::string.
(defaulted_query): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 57fd038..a4b8825 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2017-10-03 Tom Tromey <tom@tromey.com> + * utils.c (internal_vproblem): Use std::string. + (defaulted_query): Likewise. + +2017-10-03 Tom Tromey <tom@tromey.com> + * guile/scm-ports.c (ioscm_with_output_to_port_worker): Update. * top.c (execute_command_to_string): Update. * utils.c (make_cleanup_restore_page_info): Remove. |