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

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 202 of file FrameDecorator.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

Definition at line 206 of file FrameDecorator.py.

◆ __init__() [2/2]

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

Member Function Documentation

◆ symbol() [1/2]

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

Definition at line 214 of file FrameDecorator.py.

References name_info.sym, cache_entry.sym, btrace_function.sym, symbol_error.sym, YYSTYPE.sym, gdb.FrameDecorator.SymValueWrapper.sym, frame_arg.sym, macho_sym_hash_entry.sym, symtoken.sym, and ref_map.sym.

◆ symbol() [2/2]

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

Definition at line 214 of file FrameDecorator.py.

References name_info.sym, cache_entry.sym, btrace_function.sym, symbol_error.sym, YYSTYPE.sym, gdb.FrameDecorator.SymValueWrapper.sym, frame_arg.sym, macho_sym_hash_entry.sym, symtoken.sym, and ref_map.sym.

◆ value() [1/2]

def gdb.FrameDecorator.SymValueWrapper.value (   self)

◆ value() [2/2]

def gdb.FrameDecorator.SymValueWrapper.value (   self)

Member Data Documentation

◆ sym

gdb.FrameDecorator.SymValueWrapper.sym

◆ val

gdb.FrameDecorator.SymValueWrapper.val

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