This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Status of 'blacklist' patch?


>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> 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  <tromey@redhat.com>

	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]