GDB (xrefs)
|
Public Member Functions | |
__init__ (self) | |
invoke (self, arg, from_tty) | |
__init__ (self) | |
invoke (self, arg, from_tty) | |
GDB command to enable a specified (group of) xmethod(s). Usage: enable xmethod [LOCUS-REGEXP [NAME-REGEXP]] LOCUS-REGEXP is a regular expression matching the location of the xmethod matchers. If it is omitted, all registered xmethods matchers from all loci are enabled. A locus could be 'global', a regular expression matching the current program space's filename, or a regular expression matching filenames of objfiles. Locus could be 'progspace' to specify that only xmethods from the current progspace should be enabled. NAME-REGEXP is a regular expression matching the names of xmethods within a given locus. If this omitted for a specified locus, then all registered xmethod matchers in the locus are enabled. To enable only a certain xmethods managed by a single matcher, the name regexp can be specified as matcher-name-regexp;xmethod-name-regexp.
Definition at line 213 of file xmethods.py.
gdb.command.xmethods.EnableXMethod.__init__ | ( | self | ) |
Definition at line 231 of file xmethods.py.
References gdb.command.xmethods.EnableXMethod.__init__().
Referenced by gdb.command.xmethods.EnableXMethod.__init__().
gdb.command.xmethods.EnableXMethod.__init__ | ( | self | ) |
Definition at line 231 of file xmethods.py.
References gdb.command.xmethods.EnableXMethod.__init__().
gdb.command.xmethods.EnableXMethod.invoke | ( | self, | |
arg, | |||
from_tty ) |
Definition at line 234 of file xmethods.py.
References gdb.command.xmethods.set_xm_status().
gdb.command.xmethods.EnableXMethod.invoke | ( | self, | |
arg, | |||
from_tty ) |
Definition at line 234 of file xmethods.py.
References gdb.command.xmethods.set_xm_status().