From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12259 invoked by alias); 11 Jun 2002 20:32:36 -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 12172 invoked from network); 11 Jun 2002 20:32:28 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 11 Jun 2002 20:32:28 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id BC6B45EA11; Tue, 11 Jun 2002 15:32:26 -0500 (EST) To: gdb-patches@sources.redhat.com Subject: Re: RFA: make `info source' say whether macro info is present References: From: Jim Blandy Date: Tue, 11 Jun 2002 13:32:00 -0000 In-Reply-To: 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-06/txt/msg00181.txt.bz2 I've committed this patch. Jim Blandy writes: > Eli Zaretskii writes: > > > 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. > > *blush* Thanks. This patch includes a doc fix: > > gdb/ChangeLog: > 2002-05-22 Jim Blandy > > * source.c (source_info): Mention whether the symtab has > information about preprocessor macros. > > gdb/testsuite/ChangeLog: > 2002-05-22 Jim Blandy > > * lib/gdb.exp (get_debug_format): Tolerate message saying whether > preprocessor macro information is present. > > gdb/doc/ChangeLog: > 2002-05-23 Jim Blandy > > * gdb.texinfo (Symbols): Update documentation for `info source' > command.