GDB (xrefs)
|
Public Member Functions | |
__init__ (self) | |
invoke (self, arg, from_tty) | |
__init__ (self) | |
invoke (self, arg, from_tty) | |
GDB command to enable the specified pretty-printer. Usage: enable pretty-printer [OBJECT-REGEXP [NAME-REGEXP]] OBJECT-REGEXP is a regular expression matching the objects to examine. Objects are "global", the program space's file, and the objfiles within that program space. NAME-REGEXP matches the name of the pretty-printer. Individual printers in a collection are named as printer-name;subprinter-name.
Definition at line 342 of file pretty_printers.py.
gdb.command.pretty_printers.EnablePrettyPrinter.__init__ | ( | self | ) |
Definition at line 355 of file pretty_printers.py.
References gdb.command.pretty_printers.EnablePrettyPrinter.__init__().
Referenced by gdb.command.pretty_printers.EnablePrettyPrinter.__init__().
gdb.command.pretty_printers.EnablePrettyPrinter.__init__ | ( | self | ) |
Definition at line 355 of file pretty_printers.py.
References gdb.command.pretty_printers.EnablePrettyPrinter.__init__().
gdb.command.pretty_printers.EnablePrettyPrinter.invoke | ( | self, | |
arg, | |||
from_tty ) |
GDB calls this to perform the command.
Definition at line 360 of file pretty_printers.py.
References gdb.command.pretty_printers.do_enable_pretty_printer().
gdb.command.pretty_printers.EnablePrettyPrinter.invoke | ( | self, | |
arg, | |||
from_tty ) |
GDB calls this to perform the command.
Definition at line 360 of file pretty_printers.py.
References gdb.command.pretty_printers.do_enable_pretty_printer().