From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25486 invoked by alias); 23 Feb 2010 16:56:07 -0000 Received: (qmail 25267 invoked by uid 48); 23 Feb 2010 16:55:48 -0000 Date: Tue, 23 Feb 2010 16:56:00 -0000 Message-ID: <20100223165548.25266.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/37237] Debug information for virtual destructors omits DW_AT_vtable_elem_location In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tromey at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-02/txt/msg02346.txt.bz2 ------- 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