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

Public Attributes

struct valuevalue
 
struct {
   const struct internalvar_funcs *   functions
 
   void *   data
 
make_value
 
struct {
   struct internal_function *   function
 
   int   canonical
 
fn
 
struct {
   struct type *   type
 
   LONGEST   val
 
integer
 
char * string
 

Detailed Description

Definition at line 2046 of file value.c.

Member Data Documentation

◆ canonical

int internalvar_data::canonical

Definition at line 2066 of file value.c.

Referenced by set_internalvar(), and set_internalvar_function().

◆ data

void* internalvar_data::data

◆ 

struct { ... } internalvar_data::fn

◆ function

struct internal_function* internalvar_data::function

Definition at line 2064 of file value.c.

Referenced by get_internalvar_function(), set_internalvar(), and set_internalvar_function().

◆ functions

const struct internalvar_funcs* internalvar_data::functions

◆ 

struct { ... } internalvar_data::integer

◆ 

struct { ... } internalvar_data::make_value

◆ string

char* internalvar_data::string

Definition at line 2080 of file value.c.

Referenced by clear_internalvar(), set_internalvar_string(), and value_of_internalvar().

◆ type

struct type* internalvar_data::type

Definition at line 2075 of file value.c.

Referenced by set_internalvar_integer(), and value_of_internalvar().

◆ val

LONGEST internalvar_data::val

◆ value

struct value* internalvar_data::value

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