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: [multiprocess] RFA: fix menu in documentation


>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:

Tom> +* Inferiors::			Debugging Multiple Inferiors
Tom>  * Multiple Programs::           Debugging multiple programs

Pedro pointed out the goofy capitalization here -- I had just copied
the @section and not noticed this.  Here's a better patch.

Tom

2008-11-21  Tom Tromey  <tromey@redhat.com>

	* gdb.texinfo (Running): Add "Inferiors" to menu.

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 75d3af6..d99c94e 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -1811,6 +1811,7 @@ kill a child process.
 * Attach::                      Debugging an already-running process
 * Kill Process::                Killing the child process
 
+* Inferiors::			Debugging multiple inferiors
 * Multiple Programs::           Debugging multiple programs
 * Threads::                     Debugging programs with multiple threads
 * Forks::                       Debugging forks


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