GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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

Public Member Functions

 __init__ (self, setting, name)
 
 set_some (self, name, printers)
 
 invoke (self, arg, from_tty)
 
 add_some (self, result, word, printers)
 
 complete (self, text, word)
 
 __init__ (self, setting, name)
 
 set_some (self, name, printers)
 
 invoke (self, arg, from_tty)
 
 add_some (self, result, word, printers)
 
 complete (self, text, word)
 

Public Attributes

 setting
 

Detailed Description

Definition at line 60 of file type_printers.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

◆ __init__() [2/2]

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

Member Function Documentation

◆ add_some() [1/2]

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

◆ add_some() [2/2]

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

◆ complete() [1/2]

gdb.command.type_printers._EnableOrDisableCommand.complete ( self,
text,
word )

◆ complete() [2/2]

gdb.command.type_printers._EnableOrDisableCommand.complete ( self,
text,
word )

◆ invoke() [1/2]

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

Definition at line 73 of file type_printers.py.

References gdb.current_progspace(), gdb.objfiles(), and gdb.command.type_printers._EnableOrDisableCommand.set_some().

◆ invoke() [2/2]

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

Definition at line 73 of file type_printers.py.

References gdb.current_progspace(), gdb.objfiles(), and gdb.command.type_printers._EnableOrDisableCommand.set_some().

◆ set_some() [1/2]

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

◆ set_some() [2/2]

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

Member Data Documentation

◆ setting

gdb.command.type_printers._EnableOrDisableCommand.setting

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