commit | c0892a1d5dc29eb849e9aed0fb7c7dade6dffb23 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Fri Jun 18 15:36:40 2021 -0600 |
committer | Tom Tromey <tom@tromey.com> | Tue Apr 12 09:31:16 2022 -0600 |
tree | a736bcd9482fedcc5ee53b52dafd62d04fb24267 | |
parent | 4e9e4fcda5e820d770369824669d86d3fadcad04 [diff] |
Refactor build_type_psymtabs_reader The new DWARF scanner needs to save the entire cutu_reader object, not just parts of it. In order to make this possible, this patch refactors build_type_psymtabs_reader. This change is done separately because it is easy to review in isolation and it helps make the later patches smaller.