From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2403 invoked by alias); 17 Feb 2004 01:35:28 -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 2383 invoked from network); 17 Feb 2004 01:35:24 -0000 Received: from unknown (HELO barry.mail.mindspring.net) (207.69.200.25) by sources.redhat.com with SMTP; 17 Feb 2004 01:35:24 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by barry.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Asu8x-0002GK-00; Mon, 16 Feb 2004 20:35:23 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 0AE2F4B104; Mon, 16 Feb 2004 20:35:17 -0500 (EST) To: drow@false.org, gdb-patches@sources.redhat.com Subject: Re: [rfa] Use SYMBOL_SET_NAMES in hpread Message-Id: <20040217013517.0AE2F4B104@berman.michael-chastain.com> Date: Tue, 17 Feb 2004 01:35:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-02/txt/msg00455.txt.bz2 Alas, this patch didn't work. Here are some of the regressions: (gdb) break StringTest::testFunction^M Internal: global symbol `StringTest::testFunction(void)' found in /house/chastain/gdb/s1/gdb/testsuite/gdb.cp/bs15503.cc psymtab but not in symtab.^M StringTest::testFunction(void) may be an inlined function, or may be a template function^M (if a template, try specifying an instantiation: StringTest::testFunction(void)).^M (gdb) FAIL: gdb.cp/bs15503.exp: break StringTest::testFunction print &'dm_type_char_star'^M $2 = ( *) 0x3648 ^M (gdb) FAIL: gdb.cp/cplusfuncs.exp: detect dm_type_char_star === 2004-02-16 Daniel Jacobowitz * hpread.c (hpread_process_one_debug_symbol): Use SYMBOL_SET_NAMES and rely on the demangler.