From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24995 invoked by alias); 16 Feb 2004 22:11:53 -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 24988 invoked from network); 16 Feb 2004 22:11:52 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 16 Feb 2004 22:11:52 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id DF2851A448A; Mon, 16 Feb 2004 17:07:40 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16433.16172.798117.880465@localhost.redhat.com> Date: Mon, 16 Feb 2004 22:11:00 -0000 To: mec.gnu@mindspring.com (Michael Elizabeth Chastain) Cc: ezannoni@redhat.com, drow@false.org, gdb-patches@sources.redhat.com Subject: Re: [rfa] Use SYMBOL_SET_NAMES in hpread In-Reply-To: <20040216220413.098274B104@berman.michael-chastain.com> References: <20040216220413.098274B104@berman.michael-chastain.com> X-SW-Source: 2004-02/txt/msg00446.txt.bz2 Michael Elizabeth Chastain writes: > > you should test Daniel's other change to hpread as well. > > Err, did I skip over something? I thought this change was the > only change after Daniel broke up his composite patch. > there are 2 changes to hpread.c one that removed the EPRECATED_SYMBOL_NAME uses (this one) and the other: [rfa] Remove add_psymbol_with_dem_name_to_list and uses, which changes/eliminates some calls. elena > Michael C > > > 2004-02-16 Daniel Jacobowitz > > > > * hpread.c (hpread_process_one_debug_symbol): Use SYMBOL_SET_NAMES > > and rely on the demangler.