GDB (xrefs)
|
Public Member Functions | |
__init__ (self) | |
list_type_printers (self, type_printers) | |
invoke (self, arg, from_tty) | |
__init__ (self) | |
list_type_printers (self, type_printers) | |
invoke (self, arg, from_tty) | |
GDB command to list all registered type-printers. Usage: info type-printers
Definition at line 23 of file type_printers.py.
gdb.command.type_printers.InfoTypePrinter.__init__ | ( | self | ) |
Definition at line 28 of file type_printers.py.
References gdb.command.type_printers.InfoTypePrinter.__init__().
Referenced by gdb.command.type_printers.InfoTypePrinter.__init__().
gdb.command.type_printers.InfoTypePrinter.__init__ | ( | self | ) |
Definition at line 28 of file type_printers.py.
References gdb.command.type_printers.InfoTypePrinter.__init__().
gdb.command.type_printers.InfoTypePrinter.invoke | ( | self, | |
arg, | |||
from_tty ) |
GDB calls this to perform the command.
Definition at line 43 of file type_printers.py.
References gdb.current_progspace(), gdb.command.type_printers.InfoTypePrinter.list_type_printers(), and gdb.objfiles().
gdb.command.type_printers.InfoTypePrinter.invoke | ( | self, | |
arg, | |||
from_tty ) |
GDB calls this to perform the command.
Definition at line 43 of file type_printers.py.
References gdb.current_progspace(), gdb.command.type_printers.InfoTypePrinter.list_type_printers(), and gdb.objfiles().
gdb.command.type_printers.InfoTypePrinter.list_type_printers | ( | self, | |
type_printers ) |
Print a list of type printers.
Definition at line 31 of file type_printers.py.
Referenced by gdb.command.type_printers.InfoTypePrinter.invoke().
gdb.command.type_printers.InfoTypePrinter.list_type_printers | ( | self, | |
type_printers ) |
Print a list of type printers.
Definition at line 31 of file type_printers.py.
Referenced by gdb.command.type_printers.InfoTypePrinter.invoke().