Remove tui_clear_exec_info_content
authorTom Tromey <tom@tromey.com>
Sat, 6 Jul 2019 13:37:39 +0000 (07:37 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 13 Aug 2019 20:52:10 +0000 (14:52 -0600)
commit93858ad34ec1d2250d33365468c6721023786f51
tree657fb60d2ec33cb724b1b8049bec8771c40db487
parente321e7ce753f27ca9664ca08a8314924b5771d61
Remove tui_clear_exec_info_content

After the previous patch, all calls to tui_clear_exec_info_content
come just after a call to tui_clear_source_content.  Because these two
windows are linked, I think it makes sense to have
tui_clear_source_content simply do the work.  So, this patch removes
tui_clear_exec_info_content.

gdb/ChangeLog
2019-08-13  Tom Tromey  <tom@tromey.com>

* tui/tui-winsource.h (tui_clear_exec_info_content): Don't
declare.
* tui/tui-winsource.c (tui_update_source_window_as_is)
(tui_update_source_windows_with_addr, tui_erase_source_content):
Update.
(tui_clear_exec_info_content): Remove.
gdb/ChangeLog
gdb/tui/tui-winsource.c
gdb/tui/tui-winsource.h
This page took 0.038801 seconds and 4 git commands to generate.