GDB (xrefs)
|
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) |
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.
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__().
def gdb.command.unwinders.InfoUnwinder.invoke | ( | self, | |
arg, | |||
from_tty | |||
) |
Definition at line 92 of file unwinders.py.
References gdb.command.unwinders.InfoUnwinder.list_unwinders(), and gdb.command.unwinders.parse_unwinder_command_args().
Referenced by gdb.command.unwinders.InfoUnwinder.invoke().
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().