From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2530 invoked by alias); 24 Dec 2002 22:05:27 -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 2523 invoked from network); 24 Dec 2002 22:05:25 -0000 Received: from unknown (HELO molenda.com) (192.220.74.81) by 209.249.29.67 with SMTP; 24 Dec 2002 22:05:25 -0000 Received: (qmail 18763 invoked by uid 19025); 24 Dec 2002 22:05:14 -0000 Date: Tue, 24 Dec 2002 16:34:00 -0000 From: Jason Molenda To: David Carlton Cc: gdb-patches@sources.redhat.com, Elena Zannoni , Jim Blandy Subject: Re: [rfa] more lookup_symbol_aux_minsyms futzing Message-ID: <20021224140514.A17994@molenda.com> References: <20021223225939.A94340@molenda.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from carlton@math.stanford.edu on Tue, Dec 24, 2002 at 09:53:53AM -0800 X-SW-Source: 2002-12/txt/msg00673.txt.bz2 On Tue, Dec 24, 2002 at 09:53:53AM -0800, David Carlton wrote: > With luck, my patch in the message you're replying to and my other > patch from yesterday demangling partial symbol names will be more or > less what you're looking for. Let me know how it turns out! The patch to demangle the psymtabs fixes the problem, thanks! FWIW I think the symtab.c::lookup_symbol_aux_minsyms change also makes sense, but it doesn't have any affect on this particular failing case. Jason