GDB (xrefs)
|
Public Member Functions | |
__init__ (self) | |
invoke (self, arg, from_tty) | |
__init__ (self) | |
invoke (self, arg, from_tty) | |
GDB command to disable the specified unwinder. Usage: disable unwinder [LOCUS-REGEXP [NAME-REGEXP]] LOCUS-REGEXP is a regular expression specifying the unwinders to disable. It can 'global', 'progspace', or the name of an objfile within that progspace. NAME_REGEXP is a regular expression to filter unwinder names. If this omitted for a specified locus, then all registered unwinders in the locus are affected.
Definition at line 171 of file unwinders.py.
gdb.command.unwinders.DisableUnwinder.__init__ | ( | self | ) |
Definition at line 184 of file unwinders.py.
References gdb.command.unwinders.DisableUnwinder.__init__().
Referenced by gdb.command.unwinders.DisableUnwinder.__init__().
gdb.command.unwinders.DisableUnwinder.__init__ | ( | self | ) |
Definition at line 184 of file unwinders.py.
References gdb.command.unwinders.DisableUnwinder.__init__().
gdb.command.unwinders.DisableUnwinder.invoke | ( | self, | |
arg, | |||
from_tty ) |
GDB calls this to perform the command.
Definition at line 187 of file unwinders.py.
References gdb.command.unwinders.do_enable_unwinder(), and gdb.command.unwinders.register_unwinder_commands().
gdb.command.unwinders.DisableUnwinder.invoke | ( | self, | |
arg, | |||
from_tty ) |
GDB calls this to perform the command.
Definition at line 187 of file unwinders.py.
References gdb.command.unwinders.do_enable_unwinder().