GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
value_smob Struct Reference

Public Attributes

gdb_smob base
 
value_smobnext
 
value_smobprev
 
struct valuevalue
 
SCM address
 
SCM type
 
SCM dynamic_type
 

Detailed Description

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

Member Data Documentation

◆ address

SCM value_smob::address

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

Referenced by gdbscm_value_address(), and vlscm_make_value_smob().

◆ base

gdb_smob value_smob::base

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

Referenced by vlscm_make_value_smob().

◆ dynamic_type

SCM value_smob::dynamic_type

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

Referenced by gdbscm_value_dynamic_type(), and vlscm_make_value_smob().

◆ next

value_smob* value_smob::next

◆ prev

value_smob* value_smob::prev

◆ type

SCM value_smob::type

Definition at line 57 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: