Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dthread-db.c264 thread_info = find_thread_pid (thread_ptid); in thread_get_info_callback()
270 thread_info = find_thread_pid (thread_ptid); in thread_get_info_callback()
365 thread_info = find_thread_pid (ptid); in lwp_from_thread()
945 thread_info = find_thread_pid (inferior_ptid); in thread_db_fetch_registers()
980 thread_info = find_thread_pid (inferior_ptid); in thread_db_store_registers()
1074 thread_info = find_thread_pid (ptid); in thread_db_thread_alive()
1153 thread_info = find_thread_pid (ptid); in thread_db_pid_to_str()
1219 thread_info = find_thread_pid (ptid); in thread_db_get_thread_local_address()
H A Duw-thread.c423 else if (!(info = find_thread_pid (ptid))) in thr_to_lwp()
547 if (!find_thread_pid (ptid) && (!data || thrid == 1)) in notice_thread()
570 if ((info = find_thread_pid (MKTID (PIDGET (inferior_ptid), 1)))) in find_main()
682 if (!(switchto_thread = find_thread_pid (tid))) in libthread_stub()
768 if (!(info = find_thread_pid (inferior_ptid))) in uw_thread_fetch_registers()
H A Dgdbthread.h109 extern struct thread_info *find_thread_pid (ptid_t ptid);
H A Dthread.c172 find_thread_pid (ptid_t ptid) in find_thread_pid() function