diff options
author | Tom Tromey <tom@tromey.com> | 2017-04-12 16:10:02 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-04-22 09:46:59 -0600 |
commit | 46b9c12945629fffb61001a8f13a37c96675c0b7 (patch) | |
tree | 56cb90f08f7ce3f3ee41c8a7058e57d5be8e1bf3 /gdb/ChangeLog | |
parent | 2e78302469502f4f8a98144b60c09d4d9b6438fd (diff) | |
download | gdb-46b9c12945629fffb61001a8f13a37c96675c0b7.zip gdb-46b9c12945629fffb61001a8f13a37c96675c0b7.tar.gz gdb-46b9c12945629fffb61001a8f13a37c96675c0b7.tar.bz2 |
More uses of ui_out_emit_tuple
This patch adds a few more uses of ui_out_emit_tuple. In these cases
a slightly more complicated change was needed. This also adds
annotate_arg_emitter, for use in stack.c, to avoid having to introduce
a new scope and reindent the code for a single call.
ChangeLog
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)
(print_mention_masked_watchpoint): Use ui_out_emit_tuple.
* annotate.h (struct annotate_arg_emitter): New.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2e0ea7a..9ea2c4b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 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) + (print_mention_masked_watchpoint): Use ui_out_emit_tuple. + * annotate.h (struct annotate_arg_emitter): New. + +2017-04-22 Tom Tromey <tom@tromey.com> + * record-btrace.c (record_btrace_insn_history) (record_btrace_insn_history_range, record_btrace_call_history) (record_btrace_call_history_range): Use ui_out_emit_tuple. |