From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22119 invoked by alias); 1 Oct 2003 06:38:34 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 22103 invoked from network); 1 Oct 2003 06:38:33 -0000 Received: from unknown (HELO sbe3777.swissptt.ch) (138.190.3.48) by sources.redhat.com with SMTP; 1 Oct 2003 06:38:33 -0000 Received: from sxmcmp02.corproot.net (138.190.70.98) by sbe3777.swissptt.ch (MX V5.3 AnHp) with ESMTP; Wed, 1 Oct 2003 08:37:47 +0200 Received: from sxmbx04.corproot.net ([138.190.70.163]) by sxsmtp01.corproot.net with Microsoft SMTPSVC(5.0.2195.5329); Wed, 1 Oct 2003 08:37:38 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Breakpoints in ctor and gcc 3.x Date: Wed, 01 Oct 2003 06:38:00 -0000 Message-ID: <57CE6CB990693A478C1106BBC91398BA7D559D@sxmbx04.corproot.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: To: , X-OriginalArrivalTime: 01 Oct 2003 06:37:38.0881 (UTC) FILETIME=[81F15310:01C387E6] X-SW-Source: 2003-10/txt/msg00012.txt.bz2 GCC doesn't stop on breakpoints in C++ constructors or destructors. I'm using gcc 3.2 and gdb 5.2.1. I know it is a known bug with gcc 3.x. This bug is old and I'm surprised that it still has not been fixed !!! Is there any workaround? When will it be fixed ? I think it is a serious one since you can't debug y= our ctor or dtor ! Thank you. C=E9dric Pillonel