Use ui_out_emit_tuple in more places
authorTom Tromey <tom@tromey.com>
Fri, 11 Aug 2017 21:02:04 +0000 (15:02 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 9 Sep 2017 19:46:05 +0000 (13:46 -0600)
commit76f9c9cfd42eb8df90ce8455a92109c0f71b41e1
tree412125e3a8e7f78d909430fbed1cd045e332828a
parentdc9fe180a4437b437015a8b835d05e32d64dff3d
Use ui_out_emit_tuple in more places

This changes more places to use ui_out_emit_tuple, removing cleanups.

ChangeLog
2017-09-09  Tom Tromey  <tom@tromey.com>

* target.c (flash_erase_command): Use ui_out_emit_tuple.
* stack.c (print_frame): Use ui_out_emit_tuple.
* spu-tdep.c (info_spu_event_command): Use ui_out_emit_tuple.
(info_spu_mailbox_command, info_spu_dma_command)
(info_spu_proxydma_command): Likewise.
* mi/mi-main.c (mi_cmd_trace_frame_collected): Use
ui_out_emit_tuple, gdb::byte_vector, bin2hex.
* mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
ui_out_emit_tuple.
* breakpoint.c (print_it_watchpoint): Use ui_out_emit_tuple.
gdb/ChangeLog
gdb/breakpoint.c
gdb/mi/mi-cmd-file.c
gdb/mi/mi-main.c
gdb/spu-tdep.c
gdb/stack.c
gdb/target.c
This page took 0.033681 seconds and 4 git commands to generate.