From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17429 invoked by alias); 21 Nov 2008 16:22:23 -0000 Received: (qmail 17344 invoked by uid 22791); 21 Nov 2008 16:22:22 -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:21:43 +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 mALGLfeh010452 for ; Fri, 21 Nov 2008 11:21:41 -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 mALGLeQS023956; Fri, 21 Nov 2008 11:21:40 -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 mALGLdNq015117; Fri, 21 Nov 2008 11:21:39 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id 86623378BC5; Fri, 21 Nov 2008 09:21:38 -0700 (MST) To: gdb-patches@sourceware.org Subject: [multiprocess] RFA: fix menu in documentation From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Fri, 21 Nov 2008 22:37:00 -0000 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/msg00584.txt.bz2 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 * 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