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]

[multiprocess] RFA: fix menu in documentation


I needed this to build the multiprocess branch.

Ordinarily I would just check this in as obvious, but I didn't want to
mess with a development branch without permission.

Ok?

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..1c0e201 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]