GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
gdb.command.unwinders.EnableUnwinder Class Reference
Inheritance diagram for gdb.command.unwinders.EnableUnwinder:

Public Member Functions

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

Detailed Description

GDB command to enable unwinders.

Usage: enable unwinder [LOCUS-REGEXP [NAME-REGEXP]]

LOCUS-REGEXP is a regular expression specifying the unwinders to
enable.  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 150 of file unwinders.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

gdb.command.unwinders.EnableUnwinder.__init__ ( self)

◆ __init__() [2/2]

gdb.command.unwinders.EnableUnwinder.__init__ ( self)

Definition at line 163 of file unwinders.py.

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

Member Function Documentation

◆ invoke() [1/2]

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

Definition at line 166 of file unwinders.py.

References gdb.command.unwinders.do_enable_unwinder().

◆ invoke() [2/2]

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

Definition at line 166 of file unwinders.py.

References gdb.command.unwinders.do_enable_unwinder().


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