GDB (API)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
gdb.FrameDecorator.FrameVars Class Reference

List of all members.

Public Member Functions

def __init__
def fetch_b
def fetch_frame_locals
def fetch_frame_args
def __init__
def fetch_b
def fetch_frame_locals
def fetch_frame_args

Public Attributes

 frame
 symbol_class

Detailed Description

Utility class to fetch and store frame local variables, or
frame arguments.

Definition at line 222 of file FrameDecorator.py.


Constructor & Destructor Documentation

def gdb.FrameDecorator.FrameVars.__init__ (   self,
  frame 
)

Definition at line 227 of file FrameDecorator.py.

def gdb.FrameDecorator.FrameVars.__init__ (   self,
  frame 
)

Definition at line 227 of file FrameDecorator.py.


Member Function Documentation

def gdb.FrameDecorator.FrameVars.fetch_b (   self,
  sym 
)
Local utility method to determine if according to Symbol
type whether it should be included in the iterator.  Not all
symbols are fetched, and only symbols that return
True from this method should be fetched.

Definition at line 239 of file FrameDecorator.py.

def gdb.FrameDecorator.FrameVars.fetch_b (   self,
  sym 
)
Local utility method to determine if according to Symbol
type whether it should be included in the iterator.  Not all
symbols are fetched, and only symbols that return
True from this method should be fetched.

Definition at line 239 of file FrameDecorator.py.

Public utility method to fetch frame arguments for the
stored frame.  Frame arguments are the only type fetched.  If
there are no frame argument variables, return an empty list.

Definition at line 276 of file FrameDecorator.py.

Public utility method to fetch frame arguments for the
stored frame.  Frame arguments are the only type fetched.  If
there are no frame argument variables, return an empty list.

Definition at line 276 of file FrameDecorator.py.

Public utility method to fetch frame local variables for
the stored frame.  Frame arguments are not fetched.  If there
are no frame local variables, return an empty list.

Definition at line 255 of file FrameDecorator.py.

Public utility method to fetch frame local variables for
the stored frame.  Frame arguments are not fetched.  If there
are no frame local variables, return an empty list.

Definition at line 255 of file FrameDecorator.py.


Member Data Documentation

Definition at line 227 of file FrameDecorator.py.

Definition at line 227 of file FrameDecorator.py.


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