Introduce has_locator method
authorTom Tromey <tom@tromey.com>
Sun, 16 Jun 2019 17:37:49 +0000 (11:37 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 25 Jun 2019 13:48:29 +0000 (07:48 -0600)
commit44f0e208eb32a7ac469cef2b6760f72534abac09
tree7f102abc5114d8121e0dcae13363b2daa8e1ced5
parent7778b9128f46b1bb7af965ae3821f63b05c627ef
Introduce has_locator method

This changes tui_win_has_locator to be a method on tui_win_info, and
changes the locator code to use bool rather than int.

gdb/ChangeLog
2019-06-25  Tom Tromey  <tom@tromey.com>

* tui/tui-win.c (make_invisible_and_set_new_height)
(make_visible_with_new_height): Call has_locator method.
* tui/tui-layout.c (show_source_disasm_command, show_data)
(show_source_or_disasm_and_command): Update for bool change.
* tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
(tui_win_info) <has_locator>: New method.
(struct tui_source_window_base) <has_locator>: New method.
(tui_win_has_locator): Don't declare.
* tui/tui-data.c (tui_source_window_base::has_locator): Rename
from tui_win_has_locator.
(tui_source_window_base): Use false, not FALSE.
gdb/ChangeLog
gdb/tui/tui-data.c
gdb/tui/tui-data.h
gdb/tui/tui-layout.c
gdb/tui/tui-win.c
This page took 0.024762 seconds and 4 git commands to generate.