reassign 509173 gcc-4.3 thanks On Fri, Dec 19, 2008 at 09:14:02AM +0200, Eugene V. Lyubimkin wrote: > Package: gdb > Version: 6.8-3, 6.8.50.20081210.python-1 > Severity: normal > > It is very hard to debug something in C++ constructors because GDB > failes to see any local variables in it. Consider this tiny example:
This is a GCC bug, recently fixed in mainline. There's no debug info for the locals. PRs include 27574 and 33044. 33044 mentions a GDB bug but that's only for static local variables. -- Daniel Jacobowitz CodeSourcery -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

