From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6507 invoked by alias); 25 May 2007 13:48:22 -0000 Received: (qmail 6475 invoked by uid 22791); 25 May 2007 13:48:21 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 25 May 2007 13:48:15 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 9D071982D3; Fri, 25 May 2007 13:48:13 +0000 (GMT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by nan.false.org (Postfix) with ESMTP id 81F2C982D0; Fri, 25 May 2007 13:48:13 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1Hra9M-00085O-Mx; Fri, 25 May 2007 09:48:12 -0400 Date: Fri, 25 May 2007 13:48:00 -0000 From: Daniel Jacobowitz To: gdb@sourceware.org, gcc@gcc.gnu.org Subject: Re: gcc 4.2 breaks debugging anonymous namespace Message-ID: <20070525134812.GB30979@caradoc.them.org> Mail-Followup-To: gdb@sourceware.org, gcc@gcc.gnu.org References: <20070525120035.GA23567@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070525120035.GA23567@calimero.vinschen.de> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00156.txt.bz2 On Fri, May 25, 2007 at 02:00:35PM +0200, Corinna Vinschen wrote: > IMHO, this is a bug in g++. The mangled name in DW_AT_MIPS_linkage_name > is required so that GDB can correctly recognize mangled c++ symbols. Yes, I think so. Keep in mind that, in turn, the dependency on DW_AT_MIPS_linkage_name is actually a bug in GDB; I worked on this for a while, but the patches had some rough spots and I never finished them. I hope I can come back to it some day soon. -- Daniel Jacobowitz CodeSourcery