This is the mail archive of the gdb@sources.redhat.com 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]

DW_AT_containing_type


What's with GDB's and GCC's use of DW_AT_containing type?  As far as I
can tell, it's only supposed to be used within
DW_TAG_ptr_to_member_type, but GCC generates it and GDB uses it in
many other contexts.

I'll try to find time to figure out how we use it later, but I wanted
to raise the issue in case anybody knows the answer or in case other
people aren't aware that we seem to be misusing it.

David Carlton
carlton@kealia.com


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