Mark Williams
770479f223
gdb: Fix toplevel types with -fdebug-types-section
...
When debugging a program compiled with -fdebug-types-section,
only the first top-level type in each file is visible to gdb.
The problem was caused by moving the assignment to list_in_scope
from process_full_comp_unit and process_full_type_unit to
start_symtab. This was fine for process_full_comp_unit, because
symtabs and comp units are one-to-one. But there can be many type
units per symtab (one for each type), and we only call start_symtab
for the first one. This adds the necessary assignments on the paths
where start_symtab is not called.
gdb/Changelog:
2020-04-28 Mark Williams <mark@myosotissp.com >
PR gdb/24480
* dwarf2read.c: Add missing assingments to list_in_scope when
start_symtab was already called.
gdb/testsuite/Changelog:
2020-04-28 Mark Williams <mark@myosotissp.com >
PR gdb/24480
* dw4-toplevel-types.exp: Test for top level types.
* dw4-toplevel-types.cc: Test for top level types.
2020-04-28 16:12:45 +02:00
..
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-04-02 17:12:49 +02:00
2020-03-18 14:40:49 +01:00
2020-04-02 17:12:49 +02:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-02-21 15:31:47 +00:00
2020-02-21 15:31:47 +00:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-13 23:57:42 +00:00
2020-01-13 23:57:42 +00:00
2020-01-13 23:57:42 +00:00
2020-01-01 10:20:53 +04:00
2020-04-24 23:25:44 +02:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-04-24 13:21:49 +02:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-24 23:44:16 +00:00
2020-04-14 12:13:06 +01:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-04-02 17:44:03 +01:00
2020-04-02 17:44:03 +01:00
2020-04-14 12:13:06 +01:00
2020-04-02 17:44:03 +01:00
2020-01-24 23:43:16 +00:00
2020-01-24 23:43:16 +00:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-03-10 22:32:07 +00:00
2020-04-14 12:13:06 +01:00
2020-03-10 22:32:07 +00:00
2020-04-14 12:13:06 +01:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-04-24 15:35:03 -06:00
2020-04-24 15:35:03 -06:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-03-20 08:28:52 -06:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-04-14 15:30:50 +02:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-04-28 16:12:45 +02:00
2020-04-28 16:12:45 +02:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-04-24 13:59:42 +02:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-04-16 14:56:32 +02:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-04-07 17:33:05 +02:00
2020-04-16 14:56:32 +02:00
2020-01-01 10:20:53 +04:00
2020-04-22 08:24:11 +02:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-04-28 06:12:35 +02:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-04-28 06:12:35 +02:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-03-11 07:59:37 -06:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00
2020-01-01 10:20:53 +04:00