GDB (API)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
gdb.command.type_printers._EnableOrDisableCommand Class Reference
Inheritance diagram for gdb.command.type_printers._EnableOrDisableCommand:
gdb.command.type_printers.DisableTypePrinter gdb.command.type_printers.DisableTypePrinter gdb.command.type_printers.EnableTypePrinter gdb.command.type_printers.EnableTypePrinter

List of all members.

Public Member Functions

def __init__
def set_some
def invoke
def add_some
def complete
def __init__
def set_some
def invoke
def add_some
def complete

Public Attributes

 setting

Detailed Description

Definition at line 61 of file type_printers.py.


Constructor & Destructor Documentation

def gdb.command.type_printers._EnableOrDisableCommand.__init__ (   self,
  setting,
  name 
)

Definition at line 62 of file type_printers.py.

def gdb.command.type_printers._EnableOrDisableCommand.__init__ (   self,
  setting,
  name 
)

Definition at line 62 of file type_printers.py.


Member Function Documentation

def gdb.command.type_printers._EnableOrDisableCommand.add_some (   self,
  result,
  word,
  printers 
)

Definition at line 88 of file type_printers.py.

def gdb.command.type_printers._EnableOrDisableCommand.add_some (   self,
  result,
  word,
  printers 
)

Definition at line 88 of file type_printers.py.

Definition at line 93 of file type_printers.py.

Definition at line 93 of file type_printers.py.

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

Definition at line 74 of file type_printers.py.

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

Definition at line 74 of file type_printers.py.

def gdb.command.type_printers._EnableOrDisableCommand.set_some (   self,
  name,
  printers 
)

Definition at line 66 of file type_printers.py.

def gdb.command.type_printers._EnableOrDisableCommand.set_some (   self,
  name,
  printers 
)

Definition at line 66 of file type_printers.py.


Member Data Documentation

Definition at line 62 of file type_printers.py.


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