Move TUI data item window to tui-regs.h
authorTom Tromey <tom@tromey.com>
Tue, 2 Jul 2019 21:51:00 +0000 (15:51 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 17 Jul 2019 18:19:23 +0000 (12:19 -0600)
commit96bd6233af7c01885de4f4de3a4016014d61d859
treed0773a4cf0265a095129bfec7db2113150c3b4e9
parentce38393b1abc2573d6521d11ab1fbfb5a28e5109
Move TUI data item window to tui-regs.h

The TUI data item window is only used by the TUI register window.  So,
this patch moves the relevant code to tui-regs.[ch].

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

* tui/tui-regs.h (struct tui_data_item_window): Move from
tui-data.h.
* tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
* tui/tui-data.h (struct tui_data_item_window): Move to
tui-regs.h.
* tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
gdb/ChangeLog
gdb/tui/tui-data.c
gdb/tui/tui-data.h
gdb/tui/tui-regs.c
gdb/tui/tui-regs.h
This page took 0.025492 seconds and 4 git commands to generate.