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

List of all members.

Public Member Functions

def __init__
def value
def symbol
def __init__
def value
def symbol

Public Attributes

 sym
 val

Detailed Description

A container class conforming to the Symbol/Value interface
which holds frame locals or frame arguments.

Definition at line 206 of file FrameDecorator.py.


Constructor & Destructor Documentation

def gdb.FrameDecorator.SymValueWrapper.__init__ (   self,
  symbol,
  value 
)

Definition at line 209 of file FrameDecorator.py.

def gdb.FrameDecorator.SymValueWrapper.__init__ (   self,
  symbol,
  value 
)

Definition at line 209 of file FrameDecorator.py.


Member Function Documentation

Return the symbol, or Python text, associated with this
symbol, or None

Definition at line 217 of file FrameDecorator.py.

Return the symbol, or Python text, associated with this
symbol, or None

Definition at line 217 of file FrameDecorator.py.

Return the value associated with this symbol, or None

Definition at line 213 of file FrameDecorator.py.

Return the value associated with this symbol, or None

Definition at line 213 of file FrameDecorator.py.


Member Data Documentation

Definition at line 209 of file FrameDecorator.py.

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