This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/37237] Debug information for virtual destructors omits DW_AT_vtable_elem_location
- From: "tromey at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 13 Jul 2012 17:14:38 +0000
- Subject: [Bug debug/37237] Debug information for virtual destructors omits DW_AT_vtable_elem_location
- Auto-submitted: auto-generated
- References: <bug-37237-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37237
--- Comment #9 from Tom Tromey <tromey at gcc dot gnu.org> 2012-07-13 17:14:38 UTC ---
Likewise there isn't a super way to find out which
constructor is in-charge. The only way I could come up
with is to look at the linkage name; but this requires
excessive knowledge of the mangling scheme.