From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3523 invoked by alias); 24 Apr 2003 15:53:19 -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 3493 invoked from network); 24 Apr 2003 15:53:13 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 24 Apr 2003 15:53:13 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h3OFr5d08180; Thu, 24 Apr 2003 08:53:05 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com, Elena Zannoni , Jim Blandy Subject: Re: [rfa] teach lookup_symbol about namespace scope References: <20030424143356.GB7249@nevyn.them.org> From: David Carlton Date: Thu, 24 Apr 2003 20:44:00 -0000 In-Reply-To: <20030424143356.GB7249@nevyn.them.org> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-04/txt/msg00466.txt.bz2 On Thu, 24 Apr 2003 10:33:56 -0400, Daniel Jacobowitz said: > On Wed, Apr 23, 2003 at 06:24:43PM -0700, David Carlton wrote: >> I think that's about it, though I'm probably forgetting something. >> This needs symtab approval, though obviously I'd appreciate it if >> Daniel could look it over as well. Tested on GCC 3.2, DWARF 2, >> i686-pc-linux-gnu; no new regressions. (And I've been using a version >> of this for months on my branch, too.) > Would you add a test for successfully printing out a variable in > namespace C in the second source file? I'm guessing from context that > it will work now. Sure, that makes sense. I certainly hope that it will work. :-) > Other than that, I like this patch from the C++ perspective. Great, thanks! David Carlton carlton@math.stanford.edu