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

Public Member Functions

 __init__ (self, frame, symbol)
 
 value (self)
 
 symbol (self)
 
 __init__ (self, frame, symbol)
 
 value (self)
 
 symbol (self)
 

Public Attributes

 frame
 
 sym
 

Detailed Description

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

Definition at line 230 of file FrameDecorator.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

gdb.FrameDecorator.SymValueWrapper.__init__ ( self,
frame,
symbol )

Definition at line 237 of file FrameDecorator.py.

◆ __init__() [2/2]

gdb.FrameDecorator.SymValueWrapper.__init__ ( self,
frame,
symbol )

Member Function Documentation

◆ symbol() [1/2]

gdb.FrameDecorator.SymValueWrapper.symbol ( self)

◆ symbol() [2/2]

gdb.FrameDecorator.SymValueWrapper.symbol ( self)

◆ value() [1/2]

gdb.FrameDecorator.SymValueWrapper.value ( self)

◆ value() [2/2]

gdb.FrameDecorator.SymValueWrapper.value ( self)

Member Data Documentation

◆ frame

gdb.FrameDecorator.SymValueWrapper.frame

◆ sym

gdb.FrameDecorator.SymValueWrapper.sym

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