GDB (xrefs)
Public Member Functions | Public Attributes | List of all members
gdb.FrameDecorator.SymValueWrapper Class Reference
Inheritance diagram for gdb.FrameDecorator.SymValueWrapper:

Public Member Functions

def __init__ (self, symbol, value)
 
def value (self)
 
def symbol (self)
 
def __init__ (self, symbol, value)
 
def value (self)
 
def symbol (self)
 

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

def gdb.FrameDecorator.SymValueWrapper.symbol (   self)
Return the symbol, or Python text, associated with this
symbol, or None

Definition at line 217 of file FrameDecorator.py.

References symbol_error.sym, ada_symbol_info.sym, btrace_function.sym, name_info.sym, gdb.FrameDecorator.SymValueWrapper.sym, cache_entry.sym, and YYSTYPE.sym.

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

def gdb.FrameDecorator.SymValueWrapper.symbol (   self)
Return the symbol, or Python text, associated with this
symbol, or None

Definition at line 217 of file FrameDecorator.py.

References symbol_error.sym, ada_symbol_info.sym, btrace_function.sym, name_info.sym, gdb.FrameDecorator.SymValueWrapper.sym, cache_entry.sym, YYSTYPE.sym, and gdb.FrameDecorator.SymValueWrapper.symbol().

def gdb.FrameDecorator.SymValueWrapper.value (   self)
Return the value associated with this symbol, or None

Definition at line 213 of file FrameDecorator.py.

References gdb.FrameDecorator.SymValueWrapper.val, YYSTYPE.val, watchpoint.val, and gdb.FrameDecorator.SymValueWrapper.value().

def gdb.FrameDecorator.SymValueWrapper.value (   self)
Return the value associated with this symbol, or None

Definition at line 213 of file FrameDecorator.py.

References gdb.FrameDecorator.SymValueWrapper.val, YYSTYPE.val, and watchpoint.val.

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

Member Data Documentation

gdb.FrameDecorator.SymValueWrapper.sym
gdb.FrameDecorator.SymValueWrapper.val

The documentation for this class was generated from the following file: