diff options
author | Tom Tromey <tom@tromey.com> | 2016-09-22 09:50:50 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2016-09-23 11:37:06 -0600 |
commit | 5809899dad253e2fefcb6f7ae57a6f43cfa4e3c5 (patch) | |
tree | 951464ead35c36fe80c51a76827e78a7e4d4ca17 /gdb/ChangeLog | |
parent | 3e25a500a1ba05587389737e7c617e5ae6dd2bcf (diff) | |
download | binutils-gdb-5809899dad253e2fefcb6f7ae57a6f43cfa4e3c5.tar.gz |
Use std::string in break-catch-sig.c
This changes one spot in break-catch-sig.c to use std::string,
removing some cleanups.
2016-09-23 Tom Tromey <tom@tromey.com>
* break-catch-sig.c: Include <string>.
(signal_catchpoint_print_one): Use std::string.
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 fe3ea4283cd..8c8b18a6786 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2016-09-23 Tom Tromey <tom@tromey.com> + * break-catch-sig.c: Include <string>. + (signal_catchpoint_print_one): Use std::string. + +2016-09-23 Tom Tromey <tom@tromey.com> + * utils.c (struct restore_ui_out_closure): Remove. * objfiles.h (terminate_minimal_symbol_table): Don't declare. |