binutils-gdb/gdb/tui
Andrew Burgess 9bea9aa7d2 gdb/tui: make m_horizontal_offset private
I noticed that tui_source_window_base::m_horizontal_offset was
protected, but could be made private, so lets do that.

This makes more sense in the context of a later commit where I plan to
add another member variable that is similar to m_horizontal_offset.
The new member variable could also be private.

So I had to choose, place the new member variable next to
m_horizontal_offset making it protected, but grouping similar
variables together, or make m_horizontal_offset private, and then add
the new variable as private too.

I chose to make m_horizontal_offset private, which is this commit.

There should be no user visible changes after this commit.
2023-01-27 16:20:10 +00:00
..
ChangeLog-1998-2003
tui-command.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-command.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-data.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-data.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-disasm.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-disasm.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-file.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-file.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-hooks.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-hooks.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-interp.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-io.c gdb/tui: make use of a scoped_restore 2023-01-25 11:35:02 +00:00
tui-io.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-layout.c gdb/tui: improve errors from tui focus command 2023-01-27 16:20:10 +00:00
tui-layout.h gdb/tui: improve errors from tui focus command 2023-01-27 16:20:10 +00:00
tui-location.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-location.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-out.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-out.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-regs.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-regs.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-source.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-source.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-stack.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-stack.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-win.c gdb/tui: improve errors from tui focus command 2023-01-27 16:20:10 +00:00
tui-win.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-wingeneral.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-wingeneral.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-winsource.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui-winsource.h gdb/tui: make m_horizontal_offset private 2023-01-27 16:20:10 +00:00
tui.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tui.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00