Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dthread-db.c271 thread_info = find_thread_pid (thread_ptid); in thread_get_info_callback()
293 thread_info = find_thread_pid (thread_ptid); in thread_get_info_callback()
400 thread_info = find_thread_pid (ptid); in lwp_from_thread()
738 tp = find_thread_pid (ptid); in attach_thread()
804 thread_info = find_thread_pid (ptid); in detach_thread()
1012 thread_info = find_thread_pid (inferior_ptid); in thread_db_fetch_registers()
1047 thread_info = find_thread_pid (inferior_ptid); in thread_db_store_registers()
1130 thread_info = find_thread_pid (ptid); in thread_db_thread_alive()
1209 thread_info = find_thread_pid (ptid); in thread_db_pid_to_str()
1275 thread_info = find_thread_pid (ptid); in thread_db_get_thread_local_address()
H A Duw-thread.c427 else if (!(info = find_thread_pid (ptid))) in thr_to_lwp()
551 if (!find_thread_pid (ptid) && (!data || thrid == 1)) in notice_thread()
574 if ((info = find_thread_pid (MKTID (PIDGET (inferior_ptid), 1)))) in find_main()
687 if (!(switchto_thread = find_thread_pid (tid))) in libthread_stub()
773 if (!(info = find_thread_pid (inferior_ptid))) in uw_thread_fetch_registers()
H A Dgdbthread.h103 extern struct thread_info *find_thread_pid (ptid_t ptid);
H A Daix-thread.c971 thread = find_thread_pid (ptid); in aix_thread_resume()
1267 thread = find_thread_pid (inferior_ptid); in aix_thread_fetch_registers()
1585 thread = find_thread_pid (inferior_ptid); in aix_thread_store_registers()
H A Dthread.c172 find_thread_pid (ptid_t ptid) in find_thread_pid() function
H A DChangeLog-20016062 (find_thread_pid, save_infrun_state, load_infrun_state): Likewise.
6148 * thread.c (add_thread, delete_thread, find_thread_pid)
6339 * thread.c (delete_thread, find_thread_pid, pid_to_thread_id)
H A DChangeLog-20008110 * gdbthread.h: export struct thread_info, find_thread_pid, and
8114 (find_thread_pid): new exported function for thread lookup.