GDB (xrefs)
Public Member Functions | List of all members
gdb.command.type_printers.InfoTypePrinter Class Reference
Inheritance diagram for gdb.command.type_printers.InfoTypePrinter:

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)
 

Detailed Description

GDB command to list all registered type-printers.

Usage: info type-printers

Definition at line 22 of file type_printers.py.

Constructor & Destructor Documentation

def gdb.command.type_printers.InfoTypePrinter.__init__ (   self)

Definition at line 28 of file type_printers.py.

Referenced by gdb.command.type_printers.InfoTypePrinter.__init__().

def gdb.command.type_printers.InfoTypePrinter.__init__ (   self)

Member Function Documentation

def gdb.command.type_printers.InfoTypePrinter.invoke (   self,
  arg,
  from_tty 
)
GDB calls this to perform the command.

Definition at line 45 of file type_printers.py.

References gdb.command.type_printers.InfoTypePrinter.list_type_printers().

Referenced by gdb.command.type_printers.InfoTypePrinter.invoke().

def gdb.command.type_printers.InfoTypePrinter.invoke (   self,
  arg,
  from_tty 
)
GDB calls this to perform the command.

Definition at line 45 of file type_printers.py.

References gdb.command.type_printers.InfoTypePrinter.invoke(), and gdb.command.type_printers.InfoTypePrinter.list_type_printers().

def gdb.command.type_printers.InfoTypePrinter.list_type_printers (   self,
  type_printers 
)
Print a list of type printers.

Definition at line 32 of file type_printers.py.

References gdb.command.type_printers.InfoTypePrinter.list_type_printers().

def gdb.command.type_printers.InfoTypePrinter.list_type_printers (   self,
  type_printers 
)

The documentation for this class was generated from the following file: