GDB (xrefs)
Loading...
Searching...
No Matches
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 58 of file unwinders.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

◆ __init__() [2/2]

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

Definition at line 73 of file unwinders.py.

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

Member Function Documentation

◆ invoke() [1/2]

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

◆ invoke() [2/2]

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

◆ list_unwinders() [1/2]

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().

◆ list_unwinders() [2/2]

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().


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