diff options
author | Tom Tromey <tom@tromey.com> | 2017-09-09 10:17:11 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-09-11 16:15:12 -0600 |
commit | 50feb4bd435b86c73ea55049b7cf87cc709c1388 (patch) | |
tree | e59ae0588b92fda4740cee2ade61c7435e81b948 /gdb/ChangeLog | |
parent | c6dc63a16299e22fcb5bc13b34cb402a1bfcf6b9 (diff) | |
download | gdb-50feb4bd435b86c73ea55049b7cf87cc709c1388.zip gdb-50feb4bd435b86c73ea55049b7cf87cc709c1388.tar.gz gdb-50feb4bd435b86c73ea55049b7cf87cc709c1388.tar.bz2 |
Use std::string in ctf_start
This changes ctf_start to use std::string, allowing for some cleanup
removal.
ChangeLog
2017-09-11 Tom Tromey <tom@tromey.com>
* ctf.c (ctf_start): 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 6a5344a..6534131 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2017-09-11 Tom Tromey <tom@tromey.com> + * ctf.c (ctf_start): Use std::string. + +2017-09-11 Tom Tromey <tom@tromey.com> + * ada-lang.c (is_known_support_routine): Update. (ada_unhandled_exception_name_addr_from_raise): Update. * guile/scm-frame.c (gdbscm_frame_name): Update. |