mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* gdb.texinfo (Commands In Python): Remove tindex entries.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
|
||||
|
||||
* gdb.texinfo (Commands In Python): Remove tindex entries.
|
||||
|
||||
2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* gdb.texinfo (Returning): New description for missing debug info.
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user