This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/9366] no debugging information for sub-classes with virtual members
- From: "drow at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jun 2003 01:35:22 -0000
- Subject: [Bug debug/9366] no debugging information for sub-classes with virtual members
- References: <20030119153600.9366.thor@math.tu-berlin.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9366
------- Additional Comments From drow@gcc.gnu.org 2003-06-08 01:35 -------
For reference, this is a GDB bug. Placing a breakpoint
on Menu::ButtonGadget::HitTest is documented to work and is
a standard GDB feature. However, it gets confused by the
nested classes.