Searched refs:py_type_printers (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dextension.h159 void *py_type_printers = nullptr; member in struct:ext_lang_type_printers
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dextension.h159 void *py_type_printers = nullptr; member in struct:ext_lang_type_printers
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpython.c1443 EXT_PRINTERS->py_type_printers. The product of this function is used by
1477 ext_printers->py_type_printers = printers_obj;
1492 PyObject *printers_obj = (PyObject *) ext_printers->py_type_printers;
1556 PyObject *printers = (PyObject *) ext_printers->py_type_printers;
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpython.c1651 EXT_PRINTERS->py_type_printers. The product of this function is used by
1685 ext_printers->py_type_printers = printers_obj;
1700 PyObject *printers_obj = (PyObject *) ext_printers->py_type_printers;
1764 PyObject *printers = (PyObject *) ext_printers->py_type_printers;

Completed in 148 milliseconds