This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug symtab/17271] New: unsupported tag: DW_TAG_unspecified_type


https://sourceware.org/bugzilla/show_bug.cgi?id=17271

            Bug ID: 17271
           Summary: unsupported tag: DW_TAG_unspecified_type
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com

Setting complaints to 100 and debugging a file I noticed gdb complaining about
DW_TAG_unspecified_type.

During symbol reading, unsupported tag: 'DW_TAG_unspecified_type'.

This occurs in new_symbol_full (that's the only place I can find that would
print that message).

gdb has some code to process DW_TAG_unspecified_type, grepping finds it.
Apparently new_symbol_full needs to handle it too.

Alas I don't have a testcase I can submit (at least not yet).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]