From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4314 invoked by alias); 18 Mar 2002 08:36:22 -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 4224 invoked from network); 18 Mar 2002 08:36:20 -0000 Received: from unknown (HELO taltos.codesourcery.com) (66.92.14.122) by sources.redhat.com with SMTP; 18 Mar 2002 08:36:20 -0000 Received: from zack by taltos.codesourcery.com with local (Exim 3.35 #1 (Debian)) id 16mscp-00051a-00; Mon, 18 Mar 2002 00:36:15 -0800 Date: Mon, 18 Mar 2002 00:36:00 -0000 To: Daniel Berlin Cc: Neil Booth , Jim Blandy , gdb-patches@sources.redhat.com, gcc@gcc.gnu.org Subject: Re: RFC: C/C++ preprocessor macro support for GDB Message-ID: <20020318083615.GH896@codesourcery.com> References: <20020318072916.GB14970@daikokuya.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i From: Zack Weinberg X-SW-Source: 2002-03/txt/msg00301.txt.bz2 On Mon, Mar 18, 2002 at 03:05:59AM -0500, Daniel Berlin wrote: > I *really* don't see why Jim went to all the trouble, since it would > probably have taken less than half a week to add the necessary > changes to libcpp. This level of opprobrium is not constructive. cpplib's interface is not well documented; I am not surprised that Jim was confused enough that he thought it couldn't do what he wanted. 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. zw