From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17078 invoked by alias); 19 Jan 2008 00:38:00 -0000 Received: (qmail 17070 invoked by uid 22791); 19 Jan 2008 00:38:00 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 19 Jan 2008 00:37:32 +0000 Received: (qmail 14810 invoked from network); 19 Jan 2008 00:37:30 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 19 Jan 2008 00:37:30 -0000 To: "Rob Quill" Cc: msnyder@specifix.com, gdb-patches@sourceware.org Subject: Re: New scope checking patch References: From: Jim Blandy Date: Sat, 19 Jan 2008 00:38:00 -0000 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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: 2008-01/txt/msg00485.txt.bz2 "Rob Quill" writes: > 2008-01-18 Rob Quill > > Add $in_scope as a type of expression. > * c-exp.y (IN_SCOPE): New token. > (exp): IN_SCOPE (name): evaluates to 1 if name is in scope, 0 > otherwise. > (yylex): Match "$in_scope" as IN_SCOPE token This looks good. I see you've got your copyright paperwork filed with the FSF. If you haven't already (and only if you haven't already), you'll need to visit: http://sourceware.org/cgi-bin/pdw/ps_form.cgi to get added to the gdb project; list me as your approver. Since this is a user-visible feature, it needs documentation. Write up a patch to doc/gdb.texinfo, make sure it looks okay in .info and PDF form, and post the patch to the .texinfo file here. I think this also needs an entry in gdb/NEWS.