From: Thiago Jung Bauermann Date: Mon, 16 Mar 2009 03:34:45 +0000 (+0000) Subject: * gdb.texinfo (Commands In Python): Remove tindex entries. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8fd41227982800cbefd573a8024556a37b44eaed;p=binutils-gdb.git * gdb.texinfo (Commands In Python): Remove tindex entries. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 984011a6cf7..87ae44a31bc 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-03-16 Thiago Jung Bauermann + + * gdb.texinfo (Commands In Python): Remove tindex entries. + 2009-03-15 Jan Kratochvil * gdb.texinfo (Returning): New description for missing debug info. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 2ec680aa0d1..78e1d029d4e 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.