diff options
author | Tom Tromey <tom@tromey.com> | 2017-09-27 20:52:48 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-09-29 20:46:44 -0600 |
commit | 8abcee91738bf0be98e949049c559839ef811ae4 (patch) | |
tree | 60843ae610a2b79a0e2b7e1955ebed8819dc7f6c /gdb/ChangeLog | |
parent | 6ad94bc76615933a234a219368f1b9af2a64d746 (diff) | |
download | gdb-8abcee91738bf0be98e949049c559839ef811ae4.zip gdb-8abcee91738bf0be98e949049c559839ef811ae4.tar.gz gdb-8abcee91738bf0be98e949049c559839ef811ae4.tar.bz2 |
Remove some cleanups from tracepoint.c
This removes some cleanups from tracepoint.c by using std::string. It
also removes some unused cleanup declarations.
gdb/ChangeLog
2017-09-29 Tom Tromey <tom@tromey.com>
* tracepoint.c (trace_variable_command): Use std::string.
(encode_actions_1): Remove unused declarations.
(create_tsv_from_upload): Use std::string.
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 1fadba2..fda1592 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2017-09-29 Tom Tromey <tom@tromey.com> + * tracepoint.c (trace_variable_command): Use std::string. + (encode_actions_1): Remove unused declarations. + (create_tsv_from_upload): Use std::string. + +2017-09-29 Tom Tromey <tom@tromey.com> + * cp-support.c (gdb_demangle): Use std::string. 2017-09-29 Tom Tromey <tom@tromey.com> |