This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Handling of c++ function members
- From: Joost van der Sluis <joost at cnoc dot nl>
- To: gdb at sourceware dot org
- Date: Mon, 26 Sep 2011 18:46:36 +0200
- Subject: Handling of c++ function members
Hi all,
I've been looking at the code which handles calling c++ function members
and the Dwarf specifications. Is came to the conclusion that gcc does
not generate valid Dwarf-debuginfo for those function members, but a
work-around which is also implemented in gdb, namely in gnu-v2-abi.c.
Is my conclusion right?
Regards,
Joost van der Sluis.