GDB (xrefs)
|
Public Member Functions | |
def | __init__ (self, setting, name) |
def | set_some (self, name, printers) |
def | invoke (self, arg, from_tty) |
def | add_some (self, result, word, printers) |
def | complete (self, text, word) |
def | __init__ (self, setting, name) |
def | set_some (self, name, printers) |
def | invoke (self, arg, from_tty) |
def | add_some (self, result, word, printers) |
def | complete (self, text, word) |
Public Attributes | |
setting | |
Definition at line 61 of file type_printers.py.
def gdb.command.type_printers._EnableOrDisableCommand.__init__ | ( | self, | |
setting, | |||
name | |||
) |
Definition at line 62 of file type_printers.py.
Referenced by gdb.command.type_printers._EnableOrDisableCommand.__init__().
def gdb.command.type_printers._EnableOrDisableCommand.__init__ | ( | self, | |
setting, | |||
name | |||
) |
Definition at line 62 of file type_printers.py.
References gdb.command.type_printers._EnableOrDisableCommand.__init__(), and gdb.command.type_printers._EnableOrDisableCommand.setting.
def gdb.command.type_printers._EnableOrDisableCommand.add_some | ( | self, | |
result, | |||
word, | |||
printers | |||
) |
Definition at line 88 of file type_printers.py.
Referenced by gdb.command.type_printers._EnableOrDisableCommand.add_some(), and gdb.command.type_printers._EnableOrDisableCommand.complete().
def gdb.command.type_printers._EnableOrDisableCommand.add_some | ( | self, | |
result, | |||
word, | |||
printers | |||
) |
Definition at line 88 of file type_printers.py.
References gdb.command.type_printers._EnableOrDisableCommand.add_some().
def gdb.command.type_printers._EnableOrDisableCommand.complete | ( | self, | |
text, | |||
word | |||
) |
Definition at line 93 of file type_printers.py.
References gdb.command.type_printers._EnableOrDisableCommand.add_some().
Referenced by gdb.command.type_printers._EnableOrDisableCommand.complete().
def gdb.command.type_printers._EnableOrDisableCommand.complete | ( | self, | |
text, | |||
word | |||
) |
Definition at line 93 of file type_printers.py.
References gdb.command.type_printers._EnableOrDisableCommand.add_some(), and gdb.command.type_printers._EnableOrDisableCommand.complete().
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.
References gdb.command.type_printers._EnableOrDisableCommand.set_some().
Referenced by gdb.command.type_printers._EnableOrDisableCommand.invoke().
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.
References gdb.command.type_printers._EnableOrDisableCommand.invoke(), and gdb.command.type_printers._EnableOrDisableCommand.set_some().
def gdb.command.type_printers._EnableOrDisableCommand.set_some | ( | self, | |
name, | |||
printers | |||
) |
Definition at line 66 of file type_printers.py.
References gdb.command.type_printers._EnableOrDisableCommand.setting.
Referenced by gdb.command.type_printers._EnableOrDisableCommand.invoke(), and gdb.command.type_printers._EnableOrDisableCommand.set_some().
def gdb.command.type_printers._EnableOrDisableCommand.set_some | ( | self, | |
name, | |||
printers | |||
) |
Definition at line 66 of file type_printers.py.
References gdb.command.type_printers._EnableOrDisableCommand.set_some(), and gdb.command.type_printers._EnableOrDisableCommand.setting.
gdb.command.type_printers._EnableOrDisableCommand.setting |
Definition at line 64 of file type_printers.py.
Referenced by gdb.command.type_printers._EnableOrDisableCommand.__init__(), and gdb.command.type_printers._EnableOrDisableCommand.set_some().