GDB (xrefs)
Public Member Functions | Public Attributes | List of all members
varobj Struct Reference

#include "varobj.h"

Public Member Functions

 VEC (varobj_p)*children
 

Public Attributes

char * name
 
char * path_expr
 
char * obj_name
 
int index
 
struct typetype
 
struct valuevalue
 
int num_children
 
const struct varobjparent
 
struct varobj_rootroot
 
enum varobj_display_formats format
 
int updated
 
char * print_value
 
int frozen
 
int not_fetched
 
int from
 
int to
 
struct varobj_dynamicdynamic
 

Detailed Description

Definition at line 89 of file varobj.h.

Member Function Documentation

varobj::VEC ( varobj_p  )

Member Data Documentation

struct varobj_dynamic* varobj::dynamic
enum varobj_display_formats varobj::format
int varobj::from
int varobj::frozen
int varobj::index
char* varobj::name
int varobj::not_fetched

Definition at line 149 of file varobj.h.

Referenced by c_value_of_variable(), install_new_value(), and new_variable().

int varobj::num_children
char* varobj::obj_name
const struct varobj* varobj::parent
char* varobj::path_expr
char* varobj::print_value
struct varobj_root* varobj::root
int varobj::to
struct type* varobj::type
int varobj::updated

Definition at line 136 of file varobj.h.

Referenced by install_new_value(), new_variable(), varobj_set_value(), and VEC().

struct value* varobj::value

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