GDB (xrefs)
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 1938 of file value.c.

Member Data Documentation

int internalvar_data::canonical

Definition at line 1958 of file value.c.

Referenced by set_internalvar(), and set_internalvar_function().

void* internalvar_data::data
struct { ... } internalvar_data::fn
struct internal_function* internalvar_data::function

Definition at line 1956 of file value.c.

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

const struct internalvar_funcs* internalvar_data::functions
struct { ... } internalvar_data::integer
struct { ... } internalvar_data::make_value
char* internalvar_data::string

Definition at line 1972 of file value.c.

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

struct type* internalvar_data::type
LONGEST internalvar_data::val
struct value* internalvar_data::value

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