Check for debug-types in map_symbol_filenames
authorTom Tromey <tom@tromey.com>
Sun, 4 Jul 2021 19:33:12 +0000 (13:33 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 17 Jul 2021 16:41:42 +0000 (10:41 -0600)
commit15659f0a4ea0787d2c2194a4e3712a56ac3eff84
tree223f810288bca5a796599993f0f0f3b0b073f90a
parente0ec6b1a8796127c5141647bfe88e260716d6cd4
Check for debug-types in map_symbol_filenames

map_symbol_filenames can skip type units -- in fact I think it has to,
due to the assertion at the top of dw2_get_file_names.  This may be a
regression due to the TU/CU unification patch, I did not check.
gdb/dwarf2/read.c