GDB (API)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
gdb.command.pretty_printers.DisablePrettyPrinter Class Reference

List of all members.

Public Member Functions

def __init__
def invoke
def __init__
def invoke

Detailed Description

GDB command to disable the specified pretty-printer.

Usage: disable 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 339 of file pretty_printers.py.


Constructor & Destructor Documentation

Definition at line 353 of file pretty_printers.py.

Definition at line 353 of file pretty_printers.py.


Member Function Documentation

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

Definition at line 357 of file pretty_printers.py.

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

Definition at line 357 of file pretty_printers.py.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines