On Thu, 8 Dec 2005 08:36:03 -0800 Rich Wilson richaw@gmail.com wrote:
There's a bug in some versions of gcc/gdb that makes breakpoints in constructors not work correctly. There are actually multiple constructors generated by gcc, and gdb only puts the breakpoint in one of them. A suitable google search should access the pertinent information (which is how I found out about this).
I think that that bug existed in gdb 5.3 but was fixed in 6.0, but I'm not 100%sure