diff options
author | Christian Biesinger <cbiesinger@google.com> | 2019-08-20 14:45:51 -0500 |
---|---|---|
committer | Christian Biesinger <cbiesinger@google.com> | 2019-09-11 16:29:10 -0500 |
commit | f48cd8368bf45b40547237939af3ab6b47dc7b01 (patch) | |
tree | bf960f81af49710629e73ea5ba591829d14eb1da /gdb/ChangeLog | |
parent | 9cab7ecda21c6499b0559f6e676fe222e26141be (diff) | |
download | gdb-f48cd8368bf45b40547237939af3ab6b47dc7b01.zip gdb-f48cd8368bf45b40547237939af3ab6b47dc7b01.tar.gz gdb-f48cd8368bf45b40547237939af3ab6b47dc7b01.tar.bz2 |
Refactor get_init_files to use std::string
To avoid manual memory management.
Tested on buildbot.
gdb/ChangeLog:
2019-09-11 Christian Biesinger <cbiesinger@google.com>
* main.c (get_init_files): Change to use std::string.
(captured_main_1): Update.
(print_gdb_help): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eccd4ef..27eae1d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2019-09-11 Christian Biesinger <cbiesinger@google.com> + + * main.c (get_init_files): Change to use std::string. + (captured_main_1): Update. + (print_gdb_help): Update. + 2019-09-11 Ali Tamur <tamur@google.com> *gdb/target-float.c (host_float_ops<T>::to_longest): Update |