Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-infthread.c38 gdbpy_ref<thread_object>
41 gdbpy_ref<thread_object> thread_obj; in create_thread_object()
47 thread_obj.reset (PyObject_New (thread_object, &thread_object_type)); in create_thread_object()
63 thread_object *thr_obj = (thread_object *) self; in thpy_dealloc()
76 thread_object *thread_obj = (thread_object *) self; in thpy_get_name()
94 thread_object *thread_obj = (thread_object *) self; in thpy_get_details()
118 thread_object *thread_obj = (thread_object *) self; in thpy_set_name()
160 thread_object *thread_obj = (thread_object *) self; in thpy_get_num()
174 thread_object *thread_obj = (thread_object *) self; in thpy_get_global_num()
189 thread_object *thread_obj = (thread_object *) self; in thpy_get_ptid()
[all …]
Dpython-internal.h350 struct thread_object struct
469 gdbpy_ref<thread_object> create_thread_object (struct thread_info *tp);
Dpy-inferior.c36 = std::unordered_map<thread_info *, gdbpy_ref<thread_object>>;
344 gdbpy_ref<thread_object> thread_obj = create_thread_object (tp); in add_thread_object()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20104162 * python/python-internal.h: Define thread_object.
DChangeLog-20201238 (thread_object): Remove typedef.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git91201 finding a particular thread_object in the list has a complexity of O(N).