GDB (xrefs)
|
Public Member Functions | |
__init__ (self) | |
complete (self, text, word) | |
invoke (self, arg, from_tty) | |
__init__ (self) | |
complete (self, text, word) | |
invoke (self, arg, from_tty) | |
GDB command to enable the specified frame-filter. Usage: enable frame-filter DICTIONARY [NAME] DICTIONARY is the name of the frame filter dictionary on which to operate. If dictionary is set to "all", perform operations on all dictionaries. Named dictionaries are: "global" for the global frame filter dictionary, "progspace" for the program space's frame filter dictionary. If either all, or the two named dictionaries are not specified, the dictionary name is assumed to be the name of an "objfile" -- a shared library or an executable. NAME matches the name of the frame-filter to operate on.
Definition at line 224 of file frame_filters.py.
gdb.command.frame_filters.EnableFrameFilter.__init__ | ( | self | ) |
Definition at line 239 of file frame_filters.py.
References gdb.command.frame_filters.EnableFrameFilter.__init__().
Referenced by gdb.command.frame_filters.EnableFrameFilter.__init__().
gdb.command.frame_filters.EnableFrameFilter.__init__ | ( | self | ) |
Definition at line 239 of file frame_filters.py.
References gdb.command.frame_filters.EnableFrameFilter.__init__().
gdb.command.frame_filters.EnableFrameFilter.complete | ( | self, | |
text, | |||
word ) |
Completion function for both frame filter dictionary, and frame filter name.
Definition at line 242 of file frame_filters.py.
References gdb.command.frame_filters._complete_frame_filter_list(), gdb.command.frame_filters._complete_frame_filter_name(), and gdb.frames.return_list().
gdb.command.frame_filters.EnableFrameFilter.complete | ( | self, | |
text, | |||
word ) |
Completion function for both frame filter dictionary, and frame filter name.
Definition at line 242 of file frame_filters.py.
References gdb.command.frame_filters._complete_frame_filter_list(), gdb.command.frame_filters._complete_frame_filter_name(), and gdb.frames.return_list().
gdb.command.frame_filters.EnableFrameFilter.invoke | ( | self, | |
arg, | |||
from_tty ) |
Definition at line 251 of file frame_filters.py.
References gdb.command.frame_filters._do_enable_frame_filter(), and gdb.command.frame_filters._enable_parse_arg().
gdb.command.frame_filters.EnableFrameFilter.invoke | ( | self, | |
arg, | |||
from_tty ) |
Definition at line 251 of file frame_filters.py.
References gdb.command.frame_filters._do_enable_frame_filter(), and gdb.command.frame_filters._enable_parse_arg().