From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31823 invoked by alias); 23 May 2002 05:01:21 -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 31815 invoked from network); 23 May 2002 05:01:19 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 23 May 2002 05:01:19 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA25953; Thu, 23 May 2002 07:59:23 +0300 (IDT) Date: Thu, 23 May 2002 05:36:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Jim Blandy cc: gdb-patches@sources.redhat.com Subject: Re: RFA: make `info source' say whether macro info is present In-Reply-To: <20020522201700.952B45EA11@zwingli.cygnus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-05/txt/msg00864.txt.bz2 On Wed, 22 May 2002, Jim Blandy wrote: > This will make it a bit easier to write tests that exit gracefully > when the test executable doesn't have any information about > preprocessor macros. Alternative suggestions welcome. > > gdb/ChangeLog: > 2002-05-22 Jim Blandy > > * source.c (source_info): Mention whether the symtab has > information about preprocessor macros. Jim, I think gdb.texinfo should be updated to match this change, where "info source" is documented.