diff options
author | Tom Tromey <tom@tromey.com> | 2017-09-09 10:46:36 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-09-11 16:15:13 -0600 |
commit | 8fbc99ef16dfb49981e275f735cb591e68983d08 (patch) | |
tree | 2e9898c65431337161be8e5f38840dbc3353d064 /gdb/ChangeLog | |
parent | 50feb4bd435b86c73ea55049b7cf87cc709c1388 (diff) | |
download | gdb-8fbc99ef16dfb49981e275f735cb591e68983d08.zip gdb-8fbc99ef16dfb49981e275f735cb591e68983d08.tar.gz gdb-8fbc99ef16dfb49981e275f735cb591e68983d08.tar.bz2 |
Use std::string in d-namespace.c
This removes some cleanups from d-namespace.c by replacing manual
string management with std::string.
ChangeLog
2017-09-11 Tom Tromey <tom@tromey.com>
* d-namespace.c (d_lookup_symbol): Use std::string.
(find_symbol_in_baseclass): 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 6534131..9ae81f9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2017-09-11 Tom Tromey <tom@tromey.com> + * d-namespace.c (d_lookup_symbol): Use std::string. + (find_symbol_in_baseclass): Likewise. + +2017-09-11 Tom Tromey <tom@tromey.com> + * ctf.c (ctf_start): Use std::string. 2017-09-11 Tom Tromey <tom@tromey.com> |