From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29788 invoked by alias); 15 Feb 2005 17:14:48 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29712 invoked from network); 15 Feb 2005 17:14:40 -0000 Received: from unknown (HELO priv-edtnes57.telusplanet.net) (199.185.220.220) by sourceware.org with SMTP; 15 Feb 2005 17:14:40 -0000 Received: from takamaka.act-europe.fr ([154.20.104.226]) by priv-edtnes57.telusplanet.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050215171439.KHEH4436.priv-edtnes57.telusplanet.net@takamaka.act-europe.fr>; Tue, 15 Feb 2005 10:14:39 -0700 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 2FD9147DBF; Tue, 15 Feb 2005 09:14:39 -0800 (PST) Date: Tue, 15 Feb 2005 20:24:00 -0000 From: Joel Brobecker To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/dwarf2] Use SYMBOL_SEARCH_NAME to set type name Message-ID: <20050215171439.GC1722@adacore.com> References: <20041022213911.GJ21300@gnat.com> <20041101195035.GJ27334@gnat.com> <16810.33923.904081.661032@localhost.redhat.com> <20041201030522.GF1204@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041201030522.GF1204@adacore.com> User-Agent: Mutt/1.4i X-SW-Source: 2005-02/txt/msg00151.txt.bz2 > 2004-10-22 Joel Brobecker > > From Paul Hilfinger > * dwarf2read.c (new_symbol): Use SYMBOL_SEARCH_NAME rather than > SYMBOL_NATURAL_NAME to set type names. > > > Can you come up with a test case for gdb.ada that shows the problem, > > and is cured by this patch? > > Yes, I think so. I will commit a testcase and then commit this change. > Thanks for your review. The testcase was committed, see: http://sources.redhat.com/ml/gdb-patches/2005-02/msg00063.html. I checked this fix in right after. -- Joel