Home
last modified time | relevance | path

Searched refs:gdbpy_to_string_cst (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython-internal.h368 extern PyObject *gdbpy_to_string_cst;
H A Dpython.c86 PyObject *gdbpy_to_string_cst; variable
1637 gdbpy_to_string_cst = PyString_FromString ("to_string"); in _initialize_python()
H A Dpy-prettyprint.c224 result = PyObject_CallMethodObjArgs (printer, gdbpy_to_string_cst, NULL); in pretty_print_one_value()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dvarobj.c2880 if (PyObject_HasAttr (value_formatter, gdbpy_to_string_cst)) in value_get_print_value()