Hi Jim,
BTW. The more general problem of a symbol resolving to multiple
instances - for instance setting file:line breakpoints in inlined
functions or template method defn's - is something we need to address.
It really ticks off our C++ friends.
And with gcc 3, it happens with constructors and destructors, because
the compiler emits multiple object code functions for each constructor
and each constructor. This shows up multiple times in the PR database,
which means many users are unhappy with it.
Just another voice of gloom,
Michael C