Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-infthread.c24 extern PyTypeObject thread_object_type
47 thread_obj.reset (PyObject_New (thread_object, &thread_object_type)); in create_thread_object()
415 if (PyType_Ready (&thread_object_type) < 0) in gdbpy_initialize_thread()
419 (PyObject *) &thread_object_type); in gdbpy_initialize_thread()
429 "The __dict__ for this thread.", &thread_object_type },
474 PyTypeObject thread_object_type = variable
Dpython-internal.h292 extern PyTypeObject thread_object_type
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-201512894 * python/py-infthread.c (thread_object_type): Make extern.
DChangeLog-20137490 * python/py-infthread.c (thread_object_type): Use
DChangeLog-20177395 * python/python-internal.h (thread_object_type): Declare.