Home
last modified time | relevance | path

Searched defs:thread_obj (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-infthread.c41 gdbpy_ref<thread_object> thread_obj; in create_thread_object() local
76 thread_object *thread_obj = (thread_object *) self; in thpy_get_name() local
94 thread_object *thread_obj = (thread_object *) self; in thpy_get_details() local
118 thread_object *thread_obj = (thread_object *) self; in thpy_set_name() local
160 thread_object *thread_obj = (thread_object *) self; in thpy_get_num() local
174 thread_object *thread_obj = (thread_object *) self; in thpy_get_global_num() local
189 thread_object *thread_obj = (thread_object *) self; in thpy_get_ptid() local
201 thread_object *thread_obj = (thread_object *) self; in thpy_get_ptid_string() local
224 thread_object *thread_obj = (thread_object *) self; in thpy_get_inferior() local
238 thread_object *thread_obj = (thread_object *) self; in thpy_switch() local
[all …]
Dpy-inferior.c344 gdbpy_ref<thread_object> thread_obj = create_thread_object (tp); in add_thread_object() local