Rename private data members of tui_data_window
authorTom Tromey <tom@tromey.com>
Mon, 2 Sep 2019 14:09:37 +0000 (08:09 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 20 Sep 2019 19:49:10 +0000 (13:49 -0600)
commit80df33379eb01e5cf959f3db8d6b1dec9bc6a03b
tree2f19765d71538d75a63574d20bfb0d9f72ff15b8
parent9923f347c4e4b9ed710de3404444cf46b04135a0
Rename private data members of tui_data_window

As Pedro suggested, this patch renames the private data members of
tui_data_window to use the "m_" prefix.

gdb/ChangeLog
2019-09-20  Tom Tromey  <tom@tromey.com>

* tui/tui-regs.h (struct tui_data_window) <get_current_group>:
Update.
<m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
prefix.
* tui/tui-regs.c (tui_data_window::last_regs_line_no)
(tui_data_window::line_from_reg_element_no)
(tui_data_window::first_reg_element_no_inline)
(tui_data_window::show_registers)
(tui_data_window::show_register_group)
(tui_data_window::display_registers_from)
(tui_data_window::display_registers_from_line)
(tui_data_window::first_data_item_displayed)
(tui_data_window::delete_data_content_windows)
(tui_data_window::erase_data_content)
(tui_data_window::do_scroll_vertical)
(tui_data_window::refresh_window)
(tui_data_window::check_register_values): Update.
gdb/ChangeLog
gdb/tui/tui-regs.c
gdb/tui/tui-regs.h
This page took 0.024392 seconds and 4 git commands to generate.