From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19004 invoked by alias); 10 Mar 2004 15:55:00 -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 18996 invoked from network); 10 Mar 2004 15:54:59 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 10 Mar 2004 15:54:59 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i2AFsw07021091 for ; Wed, 10 Mar 2004 10:54:59 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i2AFswM09008 for ; Wed, 10 Mar 2004 10:54:58 -0500 Received: from cygbert.vinschen.de (vpn50-12.rdu.redhat.com [172.16.50.12]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i2AFsuR12402 for ; Wed, 10 Mar 2004 07:54:57 -0800 Received: by cygbert.vinschen.de (Postfix, from userid 500) id AA356580E2; Wed, 10 Mar 2004 16:54:50 +0100 (CET) Date: Fri, 19 Mar 2004 00:09:00 -0000 From: Corinna Vinschen To: gdb-patches@sources.redhat.com Subject: Re: [RFA] minsyms.c: Fix switching to GNU v3 ABI Message-ID: <20040310155450.GN25204@cygbert.vinschen.de> Reply-To: gdb-patches@sources.redhat.com Mail-Followup-To: gdb-patches@sources.redhat.com References: <20040310105709.GJ25204@cygbert.vinschen.de> <20040310150822.GA31014@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040310150822.GA31014@nevyn.them.org> User-Agent: Mutt/1.4.2i X-RedHat-Spam-Score: -4.9 X-SW-Source: 2004-03/txt/msg00231.txt.bz2 Message-ID: <20040319000900.fNqgrCY-qD31P724VqB71FQdIuLH0dgJSWGI7gC-JYU@z> On Mar 10 10:08, Daniel Jacobowitz wrote: > This is absolutely not what should happen. > > prim_record_minimal_symbol_and_info: > SYMBOL_SET_NAMES (msymbol, (char *)name, strlen (name), objfile); Oops. I didn't see that. > symbol_set_names: > -> symbol_find_demangled_name > if (gsymbol->language == language_cplus > || gsymbol->language == language_auto) > { > demangled = > cplus_demangle (mangled, DMGL_PARAMS | DMGL_ANSI); > if (demangled != NULL) > { > gsymbol->language = language_cplus; > return demangled; > } > } > > Please figure out why symbol_find_demangled_name has failed. It sounds It doesn't fail, at least not for the symbols which begin with "_Z". > to me like you are having a problem with leading underscores, if I > remember my sh-elf-foo correctly. Could you tell more about that? I see a big bunch of symbols beginning with "__Z". Is that what you mean? Corinna -- Corinna Vinschen Cygwin Developer Red Hat, Inc.