GDB (xrefs)
 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.

Referenced by gdb.FrameDecorator.SymValueWrapper.__init__().

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

Member Function Documentation

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

Definition at line 217 of file FrameDecorator.py.

References btrace_func.sym, ada_symbol_info.sym, symtoken.sym, gdb.FrameDecorator.SymValueWrapper.sym, macho_sym_hash_entry.sym, and frame_arg.sym.

Referenced by gdb.FrameDecorator.SymValueWrapper.symbol().

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

Definition at line 217 of file FrameDecorator.py.

References btrace_func.sym, ada_symbol_info.sym, symtoken.sym, gdb.FrameDecorator.SymValueWrapper.sym, macho_sym_hash_entry.sym, frame_arg.sym, and gdb.FrameDecorator.SymValueWrapper.symbol().


Member Data Documentation


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