GDB (xrefs)
Loading...
Searching...
No Matches
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

 __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)
 

Detailed Description

GDB command to list all registered type-printers.

Usage: info type-printers

Definition at line 23 of file type_printers.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

◆ __init__() [2/2]

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

Member Function Documentation

◆ invoke() [1/2]

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().

◆ invoke() [2/2]

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().

◆ list_type_printers() [1/2]

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().

◆ list_type_printers() [2/2]

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().


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