From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26269 invoked by alias); 16 Mar 2009 03:36:57 -0000 Received: (qmail 26260 invoked by uid 22791); 16 Mar 2009 03:36:56 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,SPF_PASS X-Spam-Check-By: sourceware.org Received: from e24smtp04.br.ibm.com (HELO e24smtp04.br.ibm.com) (32.104.18.25) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Mar 2009 03:36:51 +0000 Received: from mailhub3.br.ibm.com (mailhub3.br.ibm.com [9.18.232.110]) by e24smtp04.br.ibm.com (8.13.1/8.13.1) with ESMTP id n2G3Xpgh009915 for ; Mon, 16 Mar 2009 00:33:51 -0300 Received: from d24av02.br.ibm.com (d24av02.br.ibm.com [9.18.232.47]) by mailhub3.br.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n2G3b6ZV1728578 for ; Mon, 16 Mar 2009 00:37:06 -0300 Received: from d24av02.br.ibm.com (loopback [127.0.0.1]) by d24av02.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n2G3alD7023480 for ; Mon, 16 Mar 2009 00:36:48 -0300 Received: from [9.8.10.213] ([9.8.10.213]) by d24av02.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n2G3alrx023475 for ; Mon, 16 Mar 2009 00:36:47 -0300 Subject: [commit][doc] Remove tindex entries from python command docs. From: Thiago Jung Bauermann To: gdb-patches ml Content-Type: text/plain Date: Mon, 16 Mar 2009 04:00:00 -0000 Message-Id: <1237174605.8098.17.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2009-03/txt/msg00248.txt.bz2 Hi, Eli notes that we don't have a data type index in the GDB Manual, so I'm committing this patch under the obvious rule. -- []'s Thiago Jung Bauermann IBM Linux Technology Center 2009-03-16 Thiago Jung Bauermann * gdb.texinfo (Commands In Python): Remove tindex entries. Index: gdb/doc/gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.563 diff -u -r1.563 gdb.texinfo --- gdb/doc/gdb.texinfo 15 Mar 2009 09:19:40 -0000 1.563 +++ gdb/doc/gdb.texinfo 16 Mar 2009 03:30:02 -0000 @@ -18378,8 +18378,6 @@ @cindex commands in python @cindex python commands -@tindex Command -@tindex gdb.Command You can implement new @value{GDBN} CLI commands in Python. A CLI command is implemented using an instance of the @code{gdb.Command} class, most commonly using a subclass.