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

List of all members.

Public Member Functions

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

Detailed Description

GDB command to show the priority of the specified frame-filter.

Usage: show frame-filter priority DICTIONARY NAME

DICTIONARY is the name of the frame filter dictionary on which to
operate.  Named dictionaries are: "global" for the global frame
filter dictionary, "progspace" for the program space's framefilter
dictionary.  If either of these two 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.

Definition at line 369 of file frame_filters.py.


Constructor & Destructor Documentation

Definition at line 383 of file frame_filters.py.

Definition at line 383 of file frame_filters.py.


Member Function Documentation

Completion function for both frame filter dictionary, and
frame filter name.

Definition at line 435 of file frame_filters.py.

Completion function for both frame filter dictionary, and
frame filter name.

Definition at line 435 of file frame_filters.py.

def gdb.command.frame_filters.ShowFrameFilterPriority.get_filter_priority (   self,
  frame_filters,
  name 
)
Worker for retrieving the priority of frame_filters.

Arguments:
    frame_filters: Name of frame filter dictionary.
    name: object to select printers.

Returns:
    The priority of the frame filter.

Raises:
    gdb.GdbError: A frame filter cannot be found.

Definition at line 411 of file frame_filters.py.

def gdb.command.frame_filters.ShowFrameFilterPriority.get_filter_priority (   self,
  frame_filters,
  name 
)
Worker for retrieving the priority of frame_filters.

Arguments:
    frame_filters: Name of frame filter dictionary.
    name: object to select printers.

Returns:
    The priority of the frame filter.

Raises:
    gdb.GdbError: A frame filter cannot be found.

Definition at line 411 of file frame_filters.py.

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

Definition at line 445 of file frame_filters.py.

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

Definition at line 445 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