Searched refs:InfoTypePrinter (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/
H A Dtype_printers.py22 class InfoTypePrinter(gdb.Command): class in inherits:gdb.Command
28 super(InfoTypePrinter, self).__init__("info type-printers",
120 InfoTypePrinter()
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
H A Dtype_printers.py23 class InfoTypePrinter(gdb.Command): class in inherits:gdb.Command
29 super(InfoTypePrinter, self).__init__("info type-printers", gdb.COMMAND_DATA)
123 InfoTypePrinter()

Completed in 126 milliseconds