From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22216 invoked by alias); 18 Mar 2002 20:09:07 -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 22102 invoked from network); 18 Mar 2002 20:09:05 -0000 Received: from unknown (HELO monkey.daikokuya.demon.co.uk) (158.152.184.26) by sources.redhat.com with SMTP; 18 Mar 2002 20:09:05 -0000 Received: from neil by monkey.daikokuya.demon.co.uk with local (Exim 3.35 #1 (Debian)) id 16n3QP-0005jw-00; Mon, 18 Mar 2002 20:08:09 +0000 Date: Mon, 18 Mar 2002 12:09:00 -0000 To: Jim Blandy Cc: Zack Weinberg , gdb-patches@sources.redhat.com, gcc@gcc.gnu.org Subject: Re: RFC: C/C++ preprocessor macro support for GDB Message-ID: <20020318200806.GB22023@daikokuya.demon.co.uk> References: <20020318072916.GB14970@daikokuya.demon.co.uk> <20020318083615.GH896@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i From: Neil Booth X-SW-Source: 2002-03/txt/msg00323.txt.bz2 Jim Blandy wrote:- > > Zack Weinberg writes: > > I *think* that plain old cpp_get_token ought to handle returning > > tokens one at a time as Jim needs, unless I've misunderstood something > > about the problem. I'll be happy to work with Jim to clarify how to > > use cpplib, and/or add features so that GDB can use it. > > Thanks --- I'd very much appreciate that help. I'll write you > privately. Please don't! I'd like to participate, and others might too. Neil.