GNU Binutils with patches for OS216
Revision | 08a76f8ab86efbd5c85c9bd3979c4c06b9e84258 (tree) |
---|---|
Time | 2015-05-14 06:09:19 |
Author | Martin Galvan <martin.galvan@tall...> |
Commiter | Doug Evans |
dwarf2read.c (die_needs_namespace): Return 1 for DW_TAG_inlined_subroutine.
gdb/ChangeLog:
* dwarf2read.c (die_needs_namespace): Return 1 for
DW_TAG_inlined_subroutine.
@@ -1,3 +1,8 @@ | ||
1 | +2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com> | |
2 | + | |
3 | + * dwarf2read.c (die_needs_namespace): Return 1 for | |
4 | + DW_TAG_inlined_subroutine. | |
5 | + | |
1 | 6 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
2 | 7 | |
3 | 8 | * regcache.c (regcache_cpy_no_passthrough): New declaration. |
@@ -8363,6 +8363,7 @@ die_needs_namespace (struct die_info *die, struct dwarf2_cu *cu) | ||
8363 | 8363 | case DW_TAG_enumeration_type: |
8364 | 8364 | case DW_TAG_enumerator: |
8365 | 8365 | case DW_TAG_subprogram: |
8366 | + case DW_TAG_inlined_subroutine: | |
8366 | 8367 | case DW_TAG_member: |
8367 | 8368 | case DW_TAG_imported_declaration: |
8368 | 8369 | return 1; |