HomeSort by: relevance | last modified time | path
    Searched defs:type_printers (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
__init__.py 83 type_printers = [] variable
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
__init__.py 83 type_printers = [] variable
  /src/external/gpl3/gdb/dist/gdb/python/
py-objfile.c 50 PyObject *type_printers; member in struct:objfile_object
201 Py_XDECREF (self->type_printers);
230 self->type_printers = PyList_New (0);
231 if (self->type_printers == NULL)
370 /* Get the 'type_printers' attribute. */
377 Py_INCREF (self->type_printers);
378 return self->type_printers;
392 /* Set the 'type_printers' attribute. */
402 _("Cannot delete the type_printers attribute."));
409 _("The type_printers attribute must be a list."))
    [all...]
py-progspace.c 53 PyObject *type_printers; member in struct:pspace_object
167 Py_XDECREF (ps_self->type_printers);
197 self->type_printers = PyList_New (0);
198 if (self->type_printers == NULL)
327 /* Get the 'type_printers' attribute. */
334 Py_INCREF (self->type_printers);
335 return self->type_printers;
390 /* Set the 'type_printers' attribute. */
400 "cannot delete the type_printers attribute");
407 "the type_printers attribute must be a list")
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-objfile.c 50 PyObject *type_printers; member in struct:objfile_object
201 Py_XDECREF (self->type_printers);
230 self->type_printers = PyList_New (0);
231 if (self->type_printers == NULL)
370 /* Get the 'type_printers' attribute. */
377 Py_INCREF (self->type_printers);
378 return self->type_printers;
392 /* Set the 'type_printers' attribute. */
402 _("Cannot delete the type_printers attribute."));
409 _("The type_printers attribute must be a list."))
    [all...]
py-progspace.c 53 PyObject *type_printers; member in struct:pspace_object
167 Py_XDECREF (ps_self->type_printers);
197 self->type_printers = PyList_New (0);
198 if (self->type_printers == NULL)
327 /* Get the 'type_printers' attribute. */
334 Py_INCREF (self->type_printers);
335 return self->type_printers;
390 /* Set the 'type_printers' attribute. */
400 "cannot delete the type_printers attribute");
407 "the type_printers attribute must be a list")
    [all...]

Completed in 28 milliseconds