Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-cmd.c68 extern PyTypeObject cmdpy_object_type
560 cmdpy_object_type.tp_new = PyType_GenericNew; in gdbpy_initialize_commands()
561 if (PyType_Ready (&cmdpy_object_type) < 0) in gdbpy_initialize_commands()
592 (PyObject *) &cmdpy_object_type) < 0) in gdbpy_initialize_commands()
617 PyTypeObject cmdpy_object_type = variable
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-201512882 * python/py-cmd.c (cmdpy_object_type): Make extern.
DChangeLog-20137472 * python/py-cmd.c (cmdpy_object_type): Use