From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3509 invoked by alias); 14 Jul 2008 18:11:05 -0000 Received: (qmail 3498 invoked by uid 22791); 14 Jul 2008 18:11:05 -0000 X-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Jul 2008 18:10:45 +0000 Received: from wpaz9.hot.corp.google.com (wpaz9.hot.corp.google.com [172.24.198.73]) by smtp-out.google.com with ESMTP id m6EIA46v012886; Mon, 14 Jul 2008 19:10:05 +0100 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1216059005; bh=Ev5bUOBDxI693iUne2Vcj28x1qA=; h=DomainKey-Signature:To:Cc:Subject:References:From:Date: In-Reply-To:Message-ID:User-Agent:MIME-Version:Content-Type; b=RvA G28HzTjLkvRPA9ZCL3vvXyzeXB2sCtG2M6rSPeR2nTyAj6IcqTkeG91cjgbvVMmRB27 s5EHTneCX21m3fog== DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=received:to:cc:subject:references:from:date:in-reply-to: message-id:user-agent:mime-version:content-type; b=QSpTqmaU+1RTAlwKTjCAnStMXBTKXCI5faoS9clQJHd862pDnLOswotEPmo2ekn7L jy6toHDwDPQgCJK/Xo4Pg== Received: from smtp.corp.google.com (spacemonkey2.corp.google.com [192.168.120.114]) by wpaz9.hot.corp.google.com with ESMTP id m6EIA2YR024314 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 14 Jul 2008 11:10:03 -0700 Received: from localhost.localdomain.google.com (adsl-71-133-8-30.dsl.pltn13.pacbell.net [71.133.8.30]) (authenticated bits=0) by smtp.corp.google.com (8.13.8/8.13.8) with ESMTP id m6EIA1Pg005037 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 14 Jul 2008 11:10:02 -0700 To: Daniel Jacobowitz Cc: Tom Tromey , Frysk List Subject: Re: Roadmap beginnings References: <20080711215243.GA30836@caradoc.them.org> <20080714173355.GA9326@caradoc.them.org> From: Ian Lance Taylor Date: Mon, 14 Jul 2008 18:11:00 -0000 In-Reply-To: <20080714173355.GA9326@caradoc.them.org> (Daniel Jacobowitz's message of "Mon\, 14 Jul 2008 13\:33\:55 -0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00040.txt.bz2 Daniel Jacobowitz writes: >> A related problem, which I don't know how to solve, is that many >> simple C++ accessors get inlined, and are not available when >> debugging. This makes it vastly more difficult to debug optimized C++ >> programs (indeed, this problem is more serious for me in practice than >> the debuginfo problems discussed at the summit). > > Actually, see above. I assumed that was your problem with the STL > operators. If there are other problems, please let us know - maybe > after Tom finishes the Bugzilla migration he's got almost done :-) No, I see this problem even when debugging programs which are compiled without optimization. This is with the gdb shipped with FC8, based on 6.6. It may well have improved since then. Ian