Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpython.c1847 PyObject *printers_obj = NULL; in gdbpy_start_type_printers() local
1869 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() local
1892 if (printers_obj == NULL) in gdbpy_apply_type_printers()
1923 printers_obj, in gdbpy_apply_type_printers()