Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-inferior.c324 auto thread_it = inf_obj->threads->find (thr); in thread_to_thread_object() local
325 if (thread_it != inf_obj->threads->end ()) in thread_to_thread_object()
327 ((PyObject *) (thread_it->second.get ())); in thread_to_thread_object()