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 37 of file scm-value.c.

Member Data Documentation

◆ address

SCM _value_smob::address

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

Referenced by gdbscm_value_address(), and vlscm_make_value_smob().

◆ base

gdb_smob _value_smob::base

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

◆ dynamic_type

SCM _value_smob::dynamic_type

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

Referenced by gdbscm_value_dynamic_type(), and vlscm_make_value_smob().

◆ next

struct _value_smob* _value_smob::next

◆ prev

struct _value_smob* _value_smob::prev

◆ type

SCM _value_smob::type

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

Referenced by gdbscm_value_type(), and vlscm_make_value_smob().

◆ value

struct value* _value_smob::value

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