Remove tui_source_window::content_in_use
authorTom Tromey <tom@tromey.com>
Sat, 29 Jun 2019 04:57:37 +0000 (22:57 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 17 Jul 2019 18:19:09 +0000 (12:19 -0600)
commitf6cc34a91c173634b6afcc1a48601a601fbace37
treed51716dd73d98e559ee25e28d09da77908cf0b0d
parentf31ec9af48578adb0baf8db3e10da871d6ee3eca
Remove tui_source_window::content_in_use

Now that source window clearing has been simplified, we don't need a
special flag to say whether the source window is in use -- we can
simply check whether the contents are set.  This patch implements this
idea, removing the content_in_use field.

gdb/ChangeLog
2019-07-17  Tom Tromey  <tom@tromey.com>

* tui/tui-winsource.c (tui_clear_source_content)
(tui_show_source_content): Update.
* tui/tui-source.c (tui_source_window::showing_source_p): Check
whether content is empty.
* tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
Remove.
gdb/ChangeLog
gdb/tui/tui-data.h
gdb/tui/tui-source.c
gdb/tui/tui-winsource.c