]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: rename abbrev_cache to abbrev_table_cache
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 4 Nov 2024 18:27:32 +0000 (13:27 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 26 Nov 2024 03:07:03 +0000 (22:07 -0500)
commit020c5193ac86ac753441a3302b0f2bdc10d5c616
treee0d9b67acc74a9c4e3da237475c1bee53f826beb
parentd73b6fc032c9c3100867934929b3b23b2505e056
gdb: rename abbrev_cache to abbrev_table_cache

This cache holds `abbrev_table` objects, so I think it's clearer and
more consistent to name it `abbrev_table_cache`.  Rename it and
everything that goes along with it.

Change-Id: I43448c0aa538dd2c3ae5efd2f7b3e7b827409d8c
Approved-By: Tom Tromey <tom@tromey.com>
gdb/Makefile.in
gdb/dwarf2/abbrev-table-cache.c [moved from gdb/dwarf2/abbrev-cache.c with 87% similarity]
gdb/dwarf2/abbrev-table-cache.h [moved from gdb/dwarf2/abbrev-cache.h with 86% similarity]
gdb/dwarf2/cooked-index.h
gdb/dwarf2/read.c