commit | c9e2e9992adfcd520caa920f8e90b8339d40270b | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Mon Nov 04 13:27:33 2024 -0500 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Mon Nov 25 22:07:03 2024 -0500 |
tree | 94d1eb596066d694165023a1e897f17c0eb7299e | |
parent | 020c5193ac86ac753441a3302b0f2bdc10d5c616 [diff] |
gdb: constification around abbrev_table_cache and abbrev_table Make `abbrev_table_cache::find` const, make it return a pointer to `const abbrev_table`, adjust the fallouts. Make `cooked_index_storage::get_abbrev_table_cache` const, make itreturn a pointer to const `abbrev_table_cache`. Change-Id: If63b4b3a4c253f3bd640b13bce4a854eb2d75ece Approved-By: Tom Tromey <tom@tromey.com>