Make abbrev_table::abbrevs private
authorYao Qi <yao.qi@linaro.org>
Thu, 18 Jan 2018 15:29:31 +0000 (15:29 +0000)
committerYao Qi <yao.qi@linaro.org>
Thu, 18 Jan 2018 15:29:31 +0000 (15:29 +0000)
commit4a17f7688fbab8f170144fa13ffcd06bc749e6ec
treeee5988583bfae076826cfff190d175702fd4a7dc
parentd679c21a43852305c5eeae957854f6e13d6f884c
Make abbrev_table::abbrevs private

abbrev_table::abbrevs is only access within abbrev_table's methods, so
it can be private.  Add "m_" prefix.

gdb:

2018-01-18  Yao Qi  <yao.qi@linaro.org>

* dwarf2read.c (abbrev_table) <abbrevs>: Rename it to
m_abbrevs.
(abbrev_table::add_abbrev): Update.
(abbrev_table::lookup_abbrev): Update.
gdb/ChangeLog
gdb/dwarf2read.c
This page took 0.024265 seconds and 4 git commands to generate.