diff options
author | Tom Tromey <tom@tromey.com> | 2017-04-12 16:15:14 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-04-22 09:46:59 -0600 |
commit | a14a62ddff9eadbb8a7ad101ab06b02e44b6c00a (patch) | |
tree | 174272d761e5b3a0eb5c41959a8d75bb83c1b3ba /gdb/ChangeLog | |
parent | 46b9c12945629fffb61001a8f13a37c96675c0b7 (diff) | |
download | gdb-a14a62ddff9eadbb8a7ad101ab06b02e44b6c00a.zip gdb-a14a62ddff9eadbb8a7ad101ab06b02e44b6c00a.tar.gz gdb-a14a62ddff9eadbb8a7ad101ab06b02e44b6c00a.tar.bz2 |
Use ui_out_emit_tuple in tracepoint.c
This changes some code in tracepoint.c to use ui_out_emit_tuple. One
of these involved removing an otherwise unrelated cleanup (changing
type to std::string) and the other involved introducing a new block.
ChangeLog
2017-04-22 Tom Tromey <tom@tromey.com>
* tracepoint.c (tvariables_info_1)
(print_one_static_tracepoint_marker): Use ui_out_emit_tuple.
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 9ea2c4b..37ca988 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2017-04-22 Tom Tromey <tom@tromey.com> + * tracepoint.c (tvariables_info_1) + (print_one_static_tracepoint_marker): Use ui_out_emit_tuple. + +2017-04-22 Tom Tromey <tom@tromey.com> + * stack.c (print_frame_arg): Use ui_out_emit_tuple, annotate_arg_emitter. * breakpoint.c (print_mention_watchpoint) |