Remove make_cleanup_ui_out_table_begin_end
authorTom Tromey <tom@tromey.com>
Sat, 9 Sep 2017 15:16:49 +0000 (09:16 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 9 Sep 2017 19:46:04 +0000 (13:46 -0600)
commitdc9fe180a4437b437015a8b835d05e32d64dff3d
tree10445ce96625632b46c715fdc7bcb55906b119c4
parentf8cc3da6e4548529eabb1ff4e9693261aae1cfee
Remove make_cleanup_ui_out_table_begin_end

This changes the few remaining uses of
make_cleanup_ui_out_table_begin_end to use ui_out_emit_table instead,
and then removes the cleanup.

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

* ui-out.h (make_cleanup_ui_out_table_begin_end): Remove.
(class ui_out_emit_table): Update comment.
* ui-out.c (do_cleanup_table_end)
(make_cleanup_ui_out_table_begin_end): Remove.
* spu-tdep.c (info_spu_mailbox_list): Use ui_out_emit_table.
(info_spu_dma_cmdlist): Likewise.
* probe.c (info_probes_for_ops): Use ui_out_emit_table.
* darwin-nat-info.c (darwin_debug_regions_recurse): Use
ui_out_emit_table.
gdb/ChangeLog
gdb/darwin-nat-info.c
gdb/probe.c
gdb/spu-tdep.c
gdb/ui-out.c
gdb/ui-out.h
This page took 0.026403 seconds and 4 git commands to generate.