Public Member Functions | |
| def | __init__ |
| def | value |
| def | symbol |
| def | __init__ |
| def | value |
| def | symbol |
Public Attributes | |
| sym | |
| val | |
A container class conforming to the Symbol/Value interface which holds frame locals or frame arguments.
Definition at line 206 of file FrameDecorator.py.
| 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.
| 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.
| 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.
| def gdb.FrameDecorator.SymValueWrapper.value | ( | self | ) |
Return the value associated with this symbol, or None
Definition at line 213 of file FrameDecorator.py.
| def gdb.FrameDecorator.SymValueWrapper.value | ( | self | ) |
Return the value associated with this symbol, or None
Definition at line 213 of file FrameDecorator.py.
Definition at line 209 of file FrameDecorator.py.
Definition at line 209 of file FrameDecorator.py.
1.7.6.1