Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-infthread.c42 create_thread_object (struct thread_info *tp) in create_thread_object() function
H A Dpython-internal.h260 thread_object *create_thread_object (struct thread_info *tp);
H A Dpy-inferior.c234 thread_obj = create_thread_object (tp); in add_thread_object()