From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21432 invoked by alias); 3 Nov 2011 14:32:53 -0000 Received: (qmail 21424 invoked by uid 22791); 3 Nov 2011 14:32:52 -0000 X-SWARE-Spam-Status: No, hits=-7.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Nov 2011 14:32:31 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pA3EWOdx008954 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 3 Nov 2011 10:32:24 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id pA3EWN8M005714; Thu, 3 Nov 2011 10:32:23 -0400 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id pA3EWLZW027455; Thu, 3 Nov 2011 10:32:21 -0400 From: Tom Tromey To: Eli Zaretskii Cc: "Maciej W. Rozycki" , justin.lebar@gmail.com, stanshebs@earthlink.net, 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> <83fwi5n9nn.fsf@gnu.org> Date: Thu, 03 Nov 2011 14:32:00 -0000 In-Reply-To: <83fwi5n9nn.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 03 Nov 2011 05:54:04 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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/msg00066.txt.bz2 >>>>> "Eli" == Eli Zaretskii writes: Eli> No, please don't remove the @node line. Instead, add to the parent Eli> node a @menu that mentions this node, or add the node to an existing Eli> menu, if the parent node already has a menu. Here is what I am committing to fix the problem. Tested by building with makeinfo 4.13. Tom 2011-11-03 Tom Tromey * gdb.texinfo (Stopping): Add menu entry. (Continuing and Stepping): Restore @node. Use @section, not @subsection. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.887 diff -u -r1.887 gdb.texinfo --- gdb.texinfo 3 Nov 2011 00:16:45 -0000 1.887 +++ gdb.texinfo 3 Nov 2011 14:31:48 -0000 @@ -3216,6 +3216,8 @@ @menu * Breakpoints:: Breakpoints, watchpoints, and catchpoints * Continuing and Stepping:: Resuming execution +* Skipping Over Functions and Files:: + Skipping over functions and files * Signals:: Signals * Thread Stops:: Stopping and starting multi-thread programs @end menu @@ -4854,7 +4856,8 @@ An argument is a repeat count, as in @code{next}. @end table -@subsection Skipping Over Functions and Files +@node Skipping Over Functions and Files +@section Skipping Over Functions and Files @cindex skipping over functions and files The program you are debugging may contain some functions which are