From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5749 invoked by alias); 13 Nov 2009 22:27:08 -0000 Received: (qmail 5741 invoked by uid 22791); 13 Nov 2009 22:27:07 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Nov 2009 22:27:02 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 657332BAB3F for ; Fri, 13 Nov 2009 17:27:01 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id To2MjVlAmiKm for ; Fri, 13 Nov 2009 17:27:01 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2B4012BAB2D for ; Fri, 13 Nov 2009 17:27:01 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 30816F5905; Fri, 13 Nov 2009 14:26:40 -0800 (PST) Date: Fri, 13 Nov 2009 22:27:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: RFC: Skip declarations in "info variables" Message-ID: <20091113222640.GC4557@adacore.com> References: <20091113214448.GA30270@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091113214448.GA30270@caradoc.them.org> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-11/txt/msg00313.txt.bz2 > I don't think we should display the declaration. So I've changed > search_symbols not to display variables of class LOC_UNRESOLVED, and > updated the documentation to match. While this is a change of > behavior, I don't think it's problematic. I actually see this as an improvement! -- Joel