]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/dwarf: change a bunch of functions to be methods of cooked_index_worker_debug_info
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 29 Apr 2025 19:57:49 +0000 (15:57 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 29 Apr 2025 19:58:03 +0000 (15:58 -0400)
commit2c00fd5c6c0498befe85fec59fccbcf0d2f807ec
tree8bdae4a2089f8581015bba4c85d380ed9ffc1bc6
parent0bd12b5c06a8ec2e1fd469e4cb11d0c2b0b3c0f3
gdb/dwarf: change a bunch of functions to be methods of cooked_index_worker_debug_info

Move a few functions exclusively used to process units to become methods
of cooked_index_worker_debug_info.  Rename them to a more consistent
name scheme, which gets rid of outdated naming.  The comments were also
quite outdated.

Change-Id: I2e7dcc2e4ff372007dcb4f6c3d34187c9cc2da05
Approved-By: Tom Tromey <tom@tromey.com>
gdb/dwarf2/read.c