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

Public Member Functions

def __init__ (self)
 
def list_unwinders (self, title, unwinders, name_re)
 
def invoke (self, arg, from_tty)
 
def __init__ (self)
 
def list_unwinders (self, title, unwinders, name_re)
 
def invoke (self, arg, from_tty)
 

Detailed Description

GDB command to list unwinders.

Usage: info unwinder [locus-regexp [name-regexp]]

LOCUS-REGEXP is a regular expression matching the location of the
unwinder.  If it is omitted, all registered unwinders from all
loci are listed.  A locus can be 'global', 'progspace' to list
the unwinders from the current progspace, or a regular expression
matching filenames of objfiles.

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 listed.

Definition at line 56 of file unwinders.py.

Constructor & Destructor Documentation

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

Definition at line 72 of file unwinders.py.

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

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

Definition at line 72 of file unwinders.py.

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

Member Function Documentation

def gdb.command.unwinders.InfoUnwinder.invoke (   self,
  arg,
  from_tty 
)
def gdb.command.unwinders.InfoUnwinder.invoke (   self,
  arg,
  from_tty 
)
def gdb.command.unwinders.InfoUnwinder.list_unwinders (   self,
  title,
  unwinders,
  name_re 
)
Lists the unwinders whose name matches regexp.

Arguments:
    title: The line to print before the list.
    unwinders: The list of the unwinders.
    name_re: unwinder name filter.

Definition at line 76 of file unwinders.py.

References gdb.command.unwinders.InfoUnwinder.list_unwinders().

def gdb.command.unwinders.InfoUnwinder.list_unwinders (   self,
  title,
  unwinders,
  name_re 
)
Lists the unwinders whose name matches regexp.

Arguments:
    title: The line to print before the list.
    unwinders: The list of the unwinders.
    name_re: unwinder name filter.

Definition at line 76 of file unwinders.py.

Referenced by gdb.command.unwinders.InfoUnwinder.invoke(), and gdb.command.unwinders.InfoUnwinder.list_unwinders().


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