Lines Matching refs:proc_handle
87 static struct ps_prochandle proc_handle; variable
312 lwp = get_current_lwp (proc_handle.pid); in get_current_thread()
313 tmp = BUILD_LWP (lwp, proc_handle.pid); in get_current_thread()
426 inferior_ptid = pid_to_ptid (proc_handle.pid); in fbsd_thread_deactivate()
427 proc_handle.pid = 0; in fbsd_thread_deactivate()
484 gdb_assert (proc_handle.pid == 0); in fbsd_thread_new_objfile()
502 proc_handle.pid = GET_PID (inferior_ptid); in fbsd_thread_new_objfile()
505 err = td_ta_new_p (&proc_handle, &thread_agent); in fbsd_thread_new_objfile()
519 if (fbsd_thread_core == 0 && proc_handle.pid != 0) in fbsd_thread_new_objfile()
563 proc_handle.pid = GET_PID (inferior_ptid); in fbsd_thread_post_attach()
580 proc_handle.pid = 0; in fbsd_thread_detach()
693 if (ptrace (PT_CONTINUE, proc_handle.pid , (caddr_t)1, in fbsd_thread_resume()
1072 proc_handle.pid = GET_PID (ptid); in fbsd_thread_post_startup_inferior()
1073 td_ta_new_p (&proc_handle, &thread_agent); in fbsd_thread_post_startup_inferior()
1181 ptid = BUILD_THREAD (ti.ti_tid, proc_handle.pid); in find_new_threads_callback()
1420 err = td_ta_new_p (&proc_handle, &thread_agent); in fbsd_core_open()
1423 proc_handle.pid = elf_tdata (core_bfd)->core_pid; in fbsd_core_open()