From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13276 invoked by alias); 18 Mar 2002 19:18:56 -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 13159 invoked from network); 18 Mar 2002 19:18:53 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 18 Mar 2002 19:18:53 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id 239855E9DE; Mon, 18 Mar 2002 14:18:52 -0500 (EST) To: Zack Weinberg Cc: gdb-patches@sources.redhat.com, gcc@gcc.gnu.org Subject: Re: RFC: C/C++ preprocessor macro support for GDB References: <20020318072916.GB14970@daikokuya.demon.co.uk> <20020318083615.GH896@codesourcery.com> From: Jim Blandy Date: Mon, 18 Mar 2002 11:18:00 -0000 In-Reply-To: <20020318083615.GH896@codesourcery.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-03/txt/msg00317.txt.bz2 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.