The new DWARF indexer
authorTom Tromey <tom@tromey.com>
Sat, 22 May 2021 13:51:24 +0000 (07:51 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 12 Apr 2022 15:31:16 +0000 (09:31 -0600)
commit2e57de7c843f03cfdce6a1a6b72c15afbaab9571
tree88e53c91ab5268a978fc0e34e41226cb845d7705
parent51f5a4b8e9397ae9e93789cd7974fa62aeee6cd2
The new DWARF indexer

This patch adds the code to index DWARF.  This is just the scanner; it
reads the DWARF and constructs the index, but nothing calls it yet.

The indexer is split into two parts: a storage object and an indexer
object.  This is done to support the parallelization of this code -- a
future patch will create a single storage object per thread.
gdb/dwarf2/read.c
gdb/dwarf2/read.h