GDB (xrefs)
Public Member Functions | List of all members
gdb.command.xmethods.DisableXMethod Class Reference
Inheritance diagram for gdb.command.xmethods.DisableXMethod:

Public Member Functions

def __init__ (self)
 
def invoke (self, arg, from_tty)
 
def __init__ (self)
 
def invoke (self, arg, from_tty)
 

Detailed Description

GDB command to disable a specified (group of) xmethod(s).

Usage: disable xmethod [locus-regexp [name-regexp]]

LOCUS-REGEXP is a regular expression matching the location of the
xmethod matchers.  If it is omitted, all registered xmethod matchers
from all loci are disabled.  A locus could be 'global', a regular
expression matching the current program space's filename, or a regular
expression filenames of objfiles. Locus could be 'progspace' to specify
that only xmethods from the current progspace should be disabled.

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 disabled.  To disable
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 240 of file xmethods.py.

Constructor & Destructor Documentation

def gdb.command.xmethods.DisableXMethod.__init__ (   self)

Definition at line 259 of file xmethods.py.

Referenced by gdb.command.xmethods.DisableXMethod.__init__().

def gdb.command.xmethods.DisableXMethod.__init__ (   self)

Definition at line 259 of file xmethods.py.

References gdb.command.xmethods.DisableXMethod.__init__().

Member Function Documentation

def gdb.command.xmethods.DisableXMethod.invoke (   self,
  arg,
  from_tty 
)
def gdb.command.xmethods.DisableXMethod.invoke (   self,
  arg,
  from_tty 
)

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