GDB (xrefs)
|
Public Attributes | |
int | children_requested |
PyObject * | constructor |
PyObject * | pretty_printer |
struct varobj_iter * | child_iter |
varobj_item * | saved_item |
struct varobj_iter* varobj_dynamic::child_iter |
Definition at line 129 of file varobj.c.
Referenced by free_variable(), install_visualizer(), new_variable(), and update_dynamic_varobj_children().
int varobj_dynamic::children_requested |
Definition at line 116 of file varobj.c.
Referenced by new_variable(), and VEC().
PyObject* varobj_dynamic::constructor |
Definition at line 121 of file varobj.c.
Referenced by free_variable(), install_new_value_visualizer(), install_visualizer(), and new_variable().
PyObject* varobj_dynamic::pretty_printer |
Definition at line 125 of file varobj.c.
Referenced by dynamic_varobj_has_child_method(), free_variable(), install_new_value(), install_visualizer(), my_value_of_variable(), new_variable(), varobj_get_display_hint(), varobj_get_iterator(), varobj_is_dynamic_p(), and varobj_value_get_print_value().
varobj_item* varobj_dynamic::saved_item |
Definition at line 136 of file varobj.c.
Referenced by new_variable(), update_dynamic_varobj_children(), varobj_clear_saved_item(), and varobj_has_more().