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

Public Attributes

bool children_requested = false
 
PyObjectconstructor = NULL
 
PyObjectpretty_printer = NULL
 
std::unique_ptr< varobj_iterchild_iter
 
std::unique_ptr< varobj_itemsaved_item
 

Detailed Description

Definition at line 118 of file varobj.c.

Member Data Documentation

◆ child_iter

std::unique_ptr<varobj_iter> varobj_dynamic::child_iter

Definition at line 137 of file varobj.c.

Referenced by update_dynamic_varobj_children().

◆ children_requested

bool varobj_dynamic::children_requested = false

Definition at line 124 of file varobj.c.

Referenced by varobj_list_children(), and varobj_update().

◆ constructor

PyObject* varobj_dynamic::constructor = NULL

Definition at line 129 of file varobj.c.

Referenced by install_new_value_visualizer(), and varobj::~varobj().

◆ pretty_printer

PyObject* varobj_dynamic::pretty_printer = NULL

◆ saved_item

std::unique_ptr<varobj_item> varobj_dynamic::saved_item

Definition at line 144 of file varobj.c.

Referenced by update_dynamic_varobj_children(), and varobj_has_more().


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