From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6451 invoked by alias); 5 Aug 2003 16:30:16 -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 6443 invoked from network); 5 Aug 2003 16:30:15 -0000 Received: from unknown (HELO hawaii.kealia.com) (209.3.10.89) by sources.redhat.com with SMTP; 5 Aug 2003 16:30:15 -0000 Received: by hawaii.kealia.com (Postfix, from userid 2049) id 1F288BFE6; Tue, 5 Aug 2003 09:30:15 -0700 (PDT) To: gdb-patches@sources.redhat.com Cc: Elena Zannoni , Jim Blandy , Daniel Jacobowitz Subject: Re: [rfa] generate symbols associated to namespaces References: <20030622173547.GA22603@nevyn.them.org> <20030624185019.GA24662@nevyn.them.org> From: David Carlton Date: Tue, 05 Aug 2003 16:30:00 -0000 In-Reply-To: (David Carlton's message of "Fri, 27 Jun 2003 14:58:50 -0700") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Rational FORTRAN, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-08/txt/msg00059.txt.bz2 On Fri, 27 Jun 2003 14:58:50 -0700, David Carlton said: > Okay, here's the new version. Following Daniel's suggestion, it puts > symbols associated to DW_TAG_namespace in the symtab where they are > found, instead of in a special block, and creates one possible > namespace block for each objfile. This fixes the problem Daniel found > with the last version of my patch (which, incidentally, turns out also > to show up under DWARF 2 with pr-1210.exp; the more tests the > merrier). > Tested with GCC 3.2, i686-pc-linux-gnu with both DWARF 2 and stabs+, > and with a version of GCC 3.2.3 that generates DW_TAG_namespace DIEs. > No new regressions (though the new tests in gdb.c++/namespace.exp fail > under stabs+, as expected). > How does this one look to y'all? Ping? David Carlton carlton@kealia.com