From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24311 invoked by alias); 27 May 2002 18:10:38 -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 24304 invoked from network); 27 May 2002 18:10:37 -0000 Received: from unknown (HELO branoic) (12.234.96.134) by sources.redhat.com with SMTP; 27 May 2002 18:10:37 -0000 Received: from drow by branoic with local (Exim 3.35 #1 (Debian)) id 17COwr-0001Vh-00; Mon, 27 May 2002 14:10:25 -0400 Date: Mon, 27 May 2002 11:12:00 -0000 From: Daniel Jacobowitz To: Michael Elizabeth Chastain Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] testsuite/gdb.c++/local.exp: accept more nested types Message-ID: <20020527181025.GA5711@branoic.them.org> Mail-Followup-To: Michael Elizabeth Chastain , gdb-patches@sources.redhat.com References: <200205271758.g4RHwhY21911@duracef.shout.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205271758.g4RHwhY21911@duracef.shout.net> User-Agent: Mutt/1.3.28i X-SW-Source: 2002-05/txt/msg00943.txt.bz2 On Mon, May 27, 2002 at 12:58:43PM -0500, Michael Elizabeth Chastain wrote: > This patch updates local.exp to track an improvement in gdb. > In a configuration with gcc HEAD -gstabs+, gdb prints nested types > as "InnerLocal::NestedInnerLocal" instead of just "NestedInnerLocal". It's an improvement in GCC's debug output, I believe; I seem to recall Kevin posting a patch for this to gcc-patches recently. > This output is okay. Is it really? It seems to me that we should strip off the name of the enclosing class from nested types. This becomes more of an issue with the DWARF-2 type printing I'm experimenting with. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer