GDB (API)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
gdb.command.frame_filters.DisableFrameFilter Class Reference

List of all members.

Public Member Functions

def __init__
def complete
def invoke
def __init__
def complete
def invoke

Detailed Description

GDB command to disable the specified frame-filter.

Usage: disable frame-filter disable 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 the object-file name.

NAME matches the name of the frame-filter to operate on.  If
DICTIONARY is "all", NAME is ignored.

Definition at line 250 of file frame_filters.py.


Constructor & Destructor Documentation

Definition at line 266 of file frame_filters.py.

Definition at line 266 of file frame_filters.py.


Member Function Documentation

def gdb.command.frame_filters.DisableFrameFilter.complete (   self,
  text,
  word 
)
Completion function for both frame filter dictionary, and
frame filter name.

Definition at line 270 of file frame_filters.py.

def gdb.command.frame_filters.DisableFrameFilter.complete (   self,
  text,
  word 
)
Completion function for both frame filter dictionary, and
frame filter name.

Definition at line 270 of file frame_filters.py.

def gdb.command.frame_filters.DisableFrameFilter.invoke (   self,
  arg,
  from_tty 
)

Definition at line 279 of file frame_filters.py.

def gdb.command.frame_filters.DisableFrameFilter.invoke (   self,
  arg,
  from_tty 
)

Definition at line 279 of file frame_filters.py.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines