From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22211 invoked by alias); 21 Nov 2008 16:42:05 -0000 Received: (qmail 22144 invoked by uid 22791); 21 Nov 2008 16:42:04 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 21 Nov 2008 16:41:29 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id mALGfRbs014493 for ; Fri, 21 Nov 2008 11:41:27 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mALGfQaV030480; Fri, 21 Nov 2008 11:41:26 -0500 Received: from opsy.redhat.com (vpn-13-160.rdu.redhat.com [10.11.13.160]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mALGfP9l018981; Fri, 21 Nov 2008 11:41:25 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id 9820D378BC5; Fri, 21 Nov 2008 09:41:24 -0700 (MST) To: gdb-patches@sourceware.org Subject: Re: [multiprocess] RFA: fix menu in documentation References: From: Tom Tromey Reply-To: Tom Tromey X-Attribution: Tom Date: Fri, 21 Nov 2008 22:54:00 -0000 In-Reply-To: (Tom Tromey's message of "Fri\, 21 Nov 2008 09\:21\:37 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2008-11/txt/msg00585.txt.bz2 >>>>> "Tom" == Tom Tromey 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 * 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