aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@br.ibm.com>2009-03-16 03:34:45 +0000
committerThiago Jung Bauermann <bauerman@br.ibm.com>2009-03-16 03:34:45 +0000
commit8fd41227982800cbefd573a8024556a37b44eaed (patch)
treee0637f91ee364afab0b5458da7d3f3bf12aa63eb /gdb/doc/gdb.texinfo
parent588f62fc9661c66df0713446bd6ba10a2a6cab9d (diff)
downloadgdb-8fd41227982800cbefd573a8024556a37b44eaed.zip
gdb-8fd41227982800cbefd573a8024556a37b44eaed.tar.gz
gdb-8fd41227982800cbefd573a8024556a37b44eaed.tar.bz2
* gdb.texinfo (Commands In Python): Remove tindex entries.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 2ec680a..78e1d02 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -18378,8 +18378,6 @@ argument to Python's @code{string.decode} method.
@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.