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

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 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 167 of file unwinders.py.

Constructor & Destructor Documentation

def gdb.command.unwinders.DisableUnwinder.__init__ (   self)

Definition at line 182 of file unwinders.py.

Referenced by gdb.command.unwinders.DisableUnwinder.__init__().

def gdb.command.unwinders.DisableUnwinder.__init__ (   self)

Definition at line 182 of file unwinders.py.

References gdb.command.unwinders.DisableUnwinder.__init__().

Member Function Documentation

def gdb.command.unwinders.DisableUnwinder.invoke (   self,
  arg,
  from_tty 
)
GDB calls this to perform the command.

Definition at line 186 of file unwinders.py.

References gdb.command.unwinders.do_enable_unwinder().

Referenced by gdb.command.unwinders.DisableUnwinder.invoke().

def gdb.command.unwinders.DisableUnwinder.invoke (   self,
  arg,
  from_tty 
)

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