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]

[commit][doc] Remove tindex entries from python command docs.


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  <bauerman@br.ibm.com>

	* 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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]