From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29954 invoked by alias); 3 Dec 2003 20:35:44 -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 29942 invoked from network); 3 Dec 2003 20:35:44 -0000 Received: from unknown (HELO yosemite.airs.com) (209.128.65.135) by sources.redhat.com with SMTP; 3 Dec 2003 20:35:44 -0000 Received: (qmail 17966 invoked by uid 10); 3 Dec 2003 20:35:43 -0000 Received: (qmail 5537 invoked by uid 500); 3 Dec 2003 20:35:40 -0000 From: Ian Lance Taylor To: mec.gnu@mindspring.com (Michael Elizabeth Chastain) Cc: gdb@sources.redhat.com, wcohen@redhat.com Subject: Re: Slow handling of C++ symbol names References: <20031203172009.7977F4B35B@berman.michael-chastain.com> Date: Wed, 03 Dec 2003 20:35:00 -0000 In-Reply-To: <20031203172009.7977F4B35B@berman.michael-chastain.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-12/txt/msg00064.txt.bz2 mec.gnu@mindspring.com (Michael Elizabeth Chastain) writes: > As far as DMGL_VERBOSE and other DMGL_* options go, I am actually just > running two versions of c++filt with no special options and then > comparing the results. So I am not covering the layer of software where > gdb uses different DMGL_* options. Oh, OK. c++filt always passes DMGL_VERBOSE. That causes the old demangler to print much longer names. The new demangler ignores DMGL_VERBOSE. At least for now. Ian