GDB (xrefs)
|
#include "defs.h"
#include "python-internal.h"
#include "varobj.h"
#include "varobj-iter.h"
#include "valprint.h"
Go to the source code of this file.
Classes | |
struct | py_varobj_iter |
Functions | |
std::unique_ptr< varobj_iter > | py_varobj_get_iterator (struct varobj *var, PyObject *printer, const value_print_options *opts) |
std::unique_ptr< varobj_iter > py_varobj_get_iterator | ( | struct varobj * | var, |
PyObject * | printer, | ||
const value_print_options * | opts ) |
Definition at line 147 of file py-varobj.c.
References varobj::children, gdbpy_children_cst, gdbpy_current_print_options, and gdbpy_print_stack().
Referenced by varobj_get_iterator().