------- Comment #4 from tromey at gcc dot gnu dot org 2010-02-23 16:55 ------- It seems to me that, by analogy with constructors, we would want debuginfo for all the destructors, so that "break X::~X" would put breakpoints in all the clones. Then we would need additional information to distinguish the destructors so that we can implement "delete x".
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37237