GDB (xrefs)
|
Public Attributes | |
bool | children_requested = false |
PyObject * | constructor = NULL |
PyObject * | pretty_printer = NULL |
std::unique_ptr< varobj_iter > | child_iter |
std::unique_ptr< varobj_item > | saved_item |
std::unique_ptr<varobj_iter> varobj_dynamic::child_iter |
Definition at line 137 of file varobj.c.
Referenced by update_dynamic_varobj_children().
bool varobj_dynamic::children_requested = false |
Definition at line 124 of file varobj.c.
Referenced by varobj_list_children(), and varobj_update().
PyObject* varobj_dynamic::constructor = NULL |
Definition at line 129 of file varobj.c.
Referenced by install_new_value_visualizer(), and varobj::~varobj().
PyObject* varobj_dynamic::pretty_printer = NULL |
Definition at line 133 of file varobj.c.
Referenced by install_new_value(), my_value_of_variable(), varobj_get_display_hint(), varobj_get_iterator(), varobj_is_dynamic_p(), varobj_value_get_print_value(), and varobj::~varobj().
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().