]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Rename tui_data_item_window::item_no
authorTom Tromey <tom@tromey.com>
Thu, 2 Jul 2020 03:21:12 +0000 (21:21 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 2 Jul 2020 03:21:15 +0000 (21:21 -0600)
commit22b7b0412bceb80ecd5de39a8e05742eb3cbb324
tree51937463e4dd9f1115b18fefe62a4b49686bd769
parentc9753adb0153fbb5ce01583881862642e7f126af
Rename tui_data_item_window::item_no

tui_data_item_window::item_no is misnamed -- it only can be used for a
register, but it references a "display" number as well.  (Based on
other comments I've seen in the past -- most since deleted -- I think
there were plans at one point to display variables in this window as
well.  However, this was never implemented.)

This patch renames this member to be more correct.

gdb/ChangeLog
2020-07-01  Tom Tromey  <tom@tromey.com>

* tui/tui-regs.c (tui_data_window::show_register_group)
(tui_data_window::check_register_values): Update.
* tui/tui-regs.h (struct tui_data_item_window) <regno>: Rename
from item_no.
gdb/ChangeLog
gdb/tui/tui-regs.c
gdb/tui/tui-regs.h