From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31181 invoked by alias); 2 Nov 2011 23:52:56 -0000 Received: (qmail 31173 invoked by uid 22791); 2 Nov 2011 23:52:55 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from elasmtp-banded.atl.sa.earthlink.net (HELO elasmtp-banded.atl.sa.earthlink.net) (209.86.89.70) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Nov 2011 23:52:41 +0000 Received: from [70.170.59.51] (helo=macbook2.local) by elasmtp-banded.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1RLkbm-0002v9-Tr; Wed, 02 Nov 2011 19:52:39 -0400 Message-ID: <4EB1D7C2.8070704@earthlink.net> Date: Wed, 02 Nov 2011 23:52:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: "Maciej W. Rozycki" CC: Justin Lebar , gdb-patches@sourceware.org Subject: Re: Status of 'blacklist' patch? References: <83ipnjs9i1.fsf@gnu.org> <83ipndc92n.fsf@gnu.org> <83ehy0ded8.fsf@gnu.org> <4EA753C4.60408@mentor.com> <4EAF2E0E.7080508@earthlink.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940e73ceccea2bd4aa75b59ea60947763a5350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-11/txt/msg00060.txt.bz2 On 11/2/11 3:42 PM, Maciej W. Rozycki wrote: > This change broke the build of gdb.info: > > makeinfo --css-ref=../cs.css --split-size=5000000 --split-size=5000000 --split-size=5000000 -DHAVE_MAKEINFO_CLICK -I .../gdb/doc/../../readline/doc -I .../gdb/doc/../mi -I .../gdb/doc \ > -o gdb.info .../gdb/doc/gdb.texinfo > .../gdb/doc/gdb.texinfo:4899: warning: `.' or `,' must follow @xref, not `I'. > .../gdb/doc/gdb.texinfo:4857: `Skipping Over Functions and Files' has no Up field(perhaps incorrect sectioning?). > .../gdb/doc/gdb.texinfo:4857: warning: unreferenced node `Skipping Over Functionsand Files'. > makeinfo: Removing output file `gdb.info' due to errors; use --force to preserve. > make[5]: *** [gdb.info] Error 1 > > Also a ChangeLog entry is missing for changes to gdb.texinfo -- please fix > that up. > > OK to apply the fix for the build errors below? Yes, this is good. (I just bumped into it myself...) Stan > > 2011-11-02 Maciej W. Rozycki > > gdb/doc/ > * gdb.texinfo (Skipping Over Functions and Files): Remove node > designation. Fix "Specify Location" cross-reference. > > Maciej > > gdb-info-fix.diff > Index: gdb-fsf-trunk-quilt/gdb/doc/gdb.texinfo > =================================================================== > --- gdb-fsf-trunk-quilt.orig/gdb/doc/gdb.texinfo 2011-11-02 21:25:50.000000000 +0000 > +++ gdb-fsf-trunk-quilt/gdb/doc/gdb.texinfo 2011-11-02 22:22:53.495572496 +0000 > @@ -4854,7 +4854,6 @@ proceed until the function returns. > An argument is a repeat count, as in @code{next}. > @end table > > -@node Skipping Over Functions and Files > @subsection Skipping Over Functions and Files > @cindex skipping over functions and files > > @@ -4896,7 +4895,7 @@ example, @code{skip file boring.c}. > @itemx skip function @r{[}@var{linespec}@r{]} > After running this command, the function named by @var{linespec} or the > function containing the line named by @var{linespec} will be skipped over when > -stepping. @xref{Specify Location} > +stepping. @xref{Specify Location}. > > If you do not specify @var{linespec}, the function you're currently debugging > will be skipped. >