GDB (xrefs)
Public Attributes | List of all members
_value_smob Struct Reference

Public Attributes

gdb_smob base
 
struct _value_smobnext
 
struct _value_smobprev
 
struct valuevalue
 
SCM address
 
SCM type
 
SCM dynamic_type
 

Detailed Description

Definition at line 36 of file scm-value.c.

Member Data Documentation

SCM _value_smob::address

Definition at line 54 of file scm-value.c.

Referenced by gdbscm_value_address(), and vlscm_make_value_smob().

gdb_smob _value_smob::base

Definition at line 39 of file scm-value.c.

SCM _value_smob::dynamic_type

Definition at line 56 of file scm-value.c.

Referenced by gdbscm_value_dynamic_type(), and vlscm_make_value_smob().

struct _value_smob* _value_smob::next
struct _value_smob* _value_smob::prev
SCM _value_smob::type

Definition at line 55 of file scm-value.c.

Referenced by gdbscm_value_type(), and vlscm_make_value_smob().

struct value* _value_smob::value

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