GDB (xrefs)
Public Attributes | List of all members
varobj_root Struct Reference

Public Attributes

struct expressionexp
 
const struct blockvalid_block
 
struct frame_id frame
 
int thread_id
 
int floating
 
int is_valid
 
const struct lang_varobj_opslang_ops
 
struct varobjrootvar
 
struct varobj_rootnext
 

Detailed Description

Definition at line 68 of file varobj.c.

Member Data Documentation

struct expression* varobj_root::exp
int varobj_root::floating
struct frame_id varobj_root::frame

Definition at line 79 of file varobj.c.

Referenced by check_scope(), new_root_variable(), and varobj_create().

int varobj_root::is_valid
const struct lang_varobj_ops* varobj_root::lang_ops
struct varobj_root* varobj_root::next
struct varobj* varobj_root::rootvar
int varobj_root::thread_id

Definition at line 86 of file varobj.c.

Referenced by value_of_root_1(), varobj_create(), and varobj_get_thread_id().

const struct block* varobj_root::valid_block

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