Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-infthread.c41 thread_object *
44 thread_object *thread_obj; in create_thread_object()
46 thread_obj = PyObject_New (thread_object, &thread_object_type); in create_thread_object()
61 Py_DECREF (((thread_object *) self)->inf_obj); in thpy_dealloc()
68 thread_object *thread_obj = (thread_object *) self; in thpy_get_name()
86 thread_object *thread_obj = (thread_object *) self; in thpy_set_name()
125 thread_object *thread_obj = (thread_object *) self; in thpy_get_num()
139 thread_object *thread_obj = (thread_object *) self; in thpy_get_ptid()
164 thread_object *thread_obj = (thread_object *) self; in thpy_switch()
183 thread_object *thread_obj = (thread_object *) self; in thpy_is_stopped()
[all …]
H A Dpython-internal.h215 } thread_object; typedef
260 thread_object *create_thread_object (struct thread_info *tp);
261 thread_object *find_thread_object (ptid_t ptid);
H A Dpy-inferior.c35 thread_object *thread_obj;
191 thread_object *
197 thread_object *found = NULL; in find_thread_object()
228 thread_object *thread_obj; in add_thread_object()