GDB (xrefs)
|
Public Member Functions | |
__init__ (self) | |
list_unwinders (self, title, unwinders, name_re) | |
invoke (self, arg, from_tty) | |
__init__ (self) | |
list_unwinders (self, title, unwinders, name_re) | |
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 58 of file unwinders.py.
gdb.command.unwinders.InfoUnwinder.__init__ | ( | self | ) |
Definition at line 73 of file unwinders.py.
References gdb.command.unwinders.InfoUnwinder.__init__().
Referenced by gdb.command.unwinders.InfoUnwinder.__init__().
gdb.command.unwinders.InfoUnwinder.__init__ | ( | self | ) |
Definition at line 73 of file unwinders.py.
References gdb.command.unwinders.InfoUnwinder.__init__().
gdb.command.unwinders.InfoUnwinder.invoke | ( | self, | |
arg, | |||
from_tty ) |
Definition at line 94 of file unwinders.py.
References gdb.current_progspace(), gdb.command.unwinders.do_enable_unwinder1(), gdb.command.unwinders.InfoUnwinder.list_unwinders(), gdb.objfiles(), and gdb.command.unwinders.parse_unwinder_command_args().
gdb.command.unwinders.InfoUnwinder.invoke | ( | self, | |
arg, | |||
from_tty ) |
Definition at line 94 of file unwinders.py.
References gdb.current_progspace(), gdb.command.unwinders.InfoUnwinder.list_unwinders(), gdb.objfiles(), and gdb.command.unwinders.parse_unwinder_command_args().
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().
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().