From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6550 invoked by alias); 2 Apr 2009 08:27:20 -0000 Received: (qmail 6292 invoked by uid 22791); 2 Apr 2009 08:27:19 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Apr 2009 08:27:10 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id n328PYrp029302; Thu, 2 Apr 2009 10:25:34 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id n328PWJ2028928; Thu, 2 Apr 2009 10:25:32 +0200 (CEST) Date: Thu, 02 Apr 2009 08:27:00 -0000 Message-Id: <200904020825.n328PWJ2028928@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: keiths@redhat.com CC: pedro@codesourcery.com, gdb-patches@sourceware.org In-reply-to: <49D3FCC9.7090505@redhat.com> (message from Keith Seitz on Wed, 01 Apr 2009 16:46:17 -0700) Subject: Re: [RFC] Special casing dtors? References: <49CAB139.8010100@redhat.com> <49CD2F0F.8040203@redhat.com> <49CDD4C1.1080306@redhat.com> <200903301658.16807.pedro@codesourcery.com> <49D3FCC9.7090505@redhat.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00027.txt.bz2 > Date: Wed, 01 Apr 2009 16:46:17 -0700 > From: Keith Seitz > > I have run with gcc 4.2.0, 4.2.4, and gcc 4.3.2 releases (well, F10 > w/4.3.2), and I was finally able to reproduce the failures you mention > with -gstabs+ (on the 4.2.x compilers). After digging into this for > quite some time, I am convinced this happens not because of my patch, > but because stabs is just really broken in gdb. Well, stabs seems to work reasonable well for plain C on 32-bit platforms. But I think we basically gave up on stabs for C++ many years ago already. That's one of the reasons why basically all Open Source Unix-like OSes switched to DWARF.