Searched refs:printers_obj (Results 1 – 1 of 1) sorted by relevance
1847 PyObject *printers_obj = NULL; in gdbpy_start_type_printers() local1869 printers_obj = PyObject_CallFunctionObjArgs (func.get (), (char *) NULL); in gdbpy_start_type_printers()1870 if (printers_obj == NULL) in gdbpy_start_type_printers()1873 ext_printers->py_type_printers = printers_obj; in gdbpy_start_type_printers()1889 PyObject *printers_obj = (PyObject *) ext_printers->py_type_printers; in gdbpy_apply_type_printers() local1892 if (printers_obj == NULL) in gdbpy_apply_type_printers()1923 printers_obj, in gdbpy_apply_type_printers()