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

List of all members.

Public Member Functions

def __init__
def __iter__
def next
def __next__
def __init__
def __iter__
def next
def __next__

Public Attributes

 frame

Detailed Description

A gdb.Frame iterator.  Iterates over gdb.Frames or objects that
conform to that interface.

Definition at line 19 of file FrameIterator.py.


Constructor & Destructor Documentation

def gdb.FrameIterator.FrameIterator.__init__ (   self,
  frame_obj 
)
Initialize a FrameIterator.

Arguments:
    frame_obj the starting frame.

Definition at line 23 of file FrameIterator.py.

def gdb.FrameIterator.FrameIterator.__init__ (   self,
  frame_obj 
)
Initialize a FrameIterator.

Arguments:
    frame_obj the starting frame.

Definition at line 23 of file FrameIterator.py.


Member Function Documentation

Definition at line 32 of file FrameIterator.py.

Definition at line 32 of file FrameIterator.py.

Definition at line 50 of file FrameIterator.py.

Definition at line 50 of file FrameIterator.py.

next implementation.

Returns:
    The next oldest frame.

Definition at line 35 of file FrameIterator.py.

next implementation.

Returns:
    The next oldest frame.

Definition at line 35 of file FrameIterator.py.


Member Data Documentation

Definition at line 26 of file FrameIterator.py.


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