Searched refs:gdbpy_to_string_cst (Results 1 – 4 of 4) sorted by relevance
368 extern PyObject *gdbpy_to_string_cst;
86 PyObject *gdbpy_to_string_cst; variable1637 gdbpy_to_string_cst = PyString_FromString ("to_string"); in _initialize_python()
224 result = PyObject_CallMethodObjArgs (printer, gdbpy_to_string_cst, NULL); in pretty_print_one_value()
2880 if (PyObject_HasAttr (value_formatter, gdbpy_to_string_cst)) in value_get_print_value()