From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1383 invoked by alias); 3 Nov 2009 15:18:25 -0000 Received: (qmail 1374 invoked by uid 22791); 3 Nov 2009 15:18:24 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 Nov 2009 15:18:21 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 907C52BAC9B; Tue, 3 Nov 2009 10:18:19 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id FTA2yiWw2YnJ; Tue, 3 Nov 2009 10:18:19 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5A89F2BAC94; Tue, 3 Nov 2009 10:18:19 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id E7337F5905; Tue, 3 Nov 2009 07:18:12 -0800 (PST) Date: Tue, 03 Nov 2009 15:18:00 -0000 From: Joel Brobecker To: Rahul Kavalapara Cc: GNU Debugger Subject: Re: GDB Manul - Missing Table of Contents and Index Message-ID: <20091103151812.GQ4573@adacore.com> References: <976074.4425.qm@web52411.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <976074.4425.qm@web52411.mail.re2.yahoo.com> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-11/txt/msg00019.txt.bz2 > The current manual posted on the Website is missing the Table of > contents and Index. I tried to generate a pdf of the manual from the > current sources and it has them. Are you sure? I started at: http://www.sourceware.org/gdb/ Clicked on: - [documentation] - GDB User Manual That made me land at: http://sourceware.org/gdb/current/onlinedocs/gdb_toc.html That's the table of contents. And the index is accessible through [Index] at the top. -- Joel