From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12428 invoked by alias); 8 Apr 2002 07:59:43 -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 12359 invoked from network); 8 Apr 2002 07:59:39 -0000 Received: from unknown (HELO dublin.ACT-Europe.FR) (212.157.227.154) by sources.redhat.com with SMTP; 8 Apr 2002 07:59:39 -0000 Received: from berlin.ACT-Europe.FR (berlin.int.act-europe.fr [10.10.0.169]) by dublin.ACT-Europe.FR (Postfix) with ESMTP id 1AED9229E14; Mon, 8 Apr 2002 09:59:38 +0200 (MET DST) Received: by berlin.ACT-Europe.FR (Postfix, from userid 507) id 6496C960; Mon, 8 Apr 2002 09:59:37 +0200 (CEST) Date: Mon, 08 Apr 2002 00:59:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: Jim Blandy , gdb@sources.redhat.com, Benjamin Kosnik , Daniel Berlin Subject: Re: C++ nested classes, namespaces, structs, and compound statements Message-ID: <20020408095937.A2718@act-europe.fr> References: <20020406044204.245E45EA11@zwingli.cygnus.com> <3CAF06B6.8030809@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3CAF06B6.8030809@cygnus.com>; from ac131313@cygnus.com on Sat, Apr 06, 2002 at 09:31:18AM -0500 X-SW-Source: 2002-04/txt/msg00090.txt.bz2 > I'm very interested in hearing about what ACT did for Ada. As far as I > know Ada, with its packages et.al. has a very similar problem and, > potentially, working code. One thing we do is to use a precisely defined encoding that allows us to retrieve this information from the name. For instance, for type T in package Pck, the type name will be encoded into pck__t. The specifications are available in exp_dbug.ads, which is part of the GNAT sources. -- Joel