From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9317 invoked by alias); 3 Dec 2003 19:57:12 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 9302 invoked from network); 3 Dec 2003 19:57:11 -0000 Received: from unknown (HELO blount.mail.mindspring.net) (207.69.200.226) by sources.redhat.com with SMTP; 3 Dec 2003 19:57:11 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by blount.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1ARd74-0006Mq-00; Wed, 03 Dec 2003 14:56:42 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id D38BA4B35C; Wed, 3 Dec 2003 14:56:45 -0500 (EST) To: drow@mvista.com, ian@wasabisystems.com Subject: Re: Slow handling of C++ symbol names Cc: gdb@sources.redhat.com Message-Id: <20031203195645.D38BA4B35C@berman.michael-chastain.com> Date: Wed, 03 Dec 2003 19:57:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2003-12/txt/msg00058.txt.bz2 ilt> Everything makes sense to me and I get the results I expect. That's good enough for me. I don't care much about the verbosity. My problem is: I've got 20,000 mangled names, and they demangle to 250 megabytes of text, and I want to find real bugs like the "operator< <" versus "operator <<" bug. It's a big needle-in-haystack problem. I'm messing around with a Perl script that helps sort out the haystack. After "monotone", I'd like to run it on mangled names from cygwin and mozilla and open-office too. Michael C