GDB (xrefs)
|
Public Member Functions | |
def | __init__ (self) |
def | list_type_printers (self, type_printers) |
def | invoke (self, arg, from_tty) |
def | __init__ (self) |
def | list_type_printers (self, type_printers) |
def | 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.
def 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__().
def gdb.command.type_printers.InfoTypePrinter.__init__ | ( | self | ) |
Definition at line 28 of file type_printers.py.
References gdb.command.type_printers.InfoTypePrinter.__init__().
def 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().
def 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().
def 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().
def 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().