Rename a private data member in tui_source_window
authorTom Tromey <tom@tromey.com>
Mon, 2 Sep 2019 14:10:44 +0000 (08:10 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 20 Sep 2019 19:49:11 +0000 (13:49 -0600)
commit7226433c44e3792aeea6ad19c54cd3056ea4308e
treeba289eadff1409fab0cd88674cd9086a1ba578c8
parent80df33379eb01e5cf959f3db8d6b1dec9bc6a03b
Rename a private data member in tui_source_window

This renames tui_source_window::fullname to add the "m_" prefix, as it
is a private data member.

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

* tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
from "fullname".
* tui/tui-source.c (tui_source_window::set_contents)
(tui_source_window::location_matches_p)
(tui_source_window::maybe_update): Update.
gdb/ChangeLog
gdb/tui/tui-source.c
gdb/tui/tui-source.h
This page took 0.024479 seconds and 4 git commands to generate.