Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDthread.c223 pid_to_thread_id (ptid_t ptid) in pid_to_thread_id() function
313 tp = find_thread_id (pid_to_thread_id (ptid)); in load_infrun_state()
359 tp = find_thread_id (pid_to_thread_id (ptid)); in save_infrun_state()
664 pid_to_thread_id (inferior_ptid), in thread_command()
698 ui_out_field_int (uiout, "new-thread-id", pid_to_thread_id (inferior_ptid)); in do_captured_thread_select()
HDgdbthread.h98 extern int pid_to_thread_id (ptid_t ptid);
HDinfrun.c1781 context_hook (pid_to_thread_id (ecs->ptid)); in handle_inferior_event()
1948 context_hook (pid_to_thread_id (ecs->ptid)); in handle_inferior_event()
3343 pid_to_thread_id (inferior_ptid)); in normal_stop()
HDbreakpoint.c1802 thread = pid_to_thread_id (ptid); in breakpoint_thread_match()
1951 current_thread = pid_to_thread_id (inferior_ptid); in bpstat_find_step_resume_breakpoint()
2611 int thread_id = pid_to_thread_id (ptid); in bpstat_stop_status()
4692 b->thread = pid_to_thread_id (inferior_ptid); in set_momentary_breakpoint()
7362 b->thread = pid_to_thread_id (inferior_ptid); in breakpoint_re_set_thread()
HDgnu-nat.c2562 proc->inf->pid, pid_to_thread_id (MERGEPID (proc->tid, 0))); in proc_string()
HDinfttrace.c5519 sprintf (buf, "thread %d (", pid_to_thread_id (ptid)); in hppa_pid_or_tid_to_str()
/NextBSD/gnu/usr.bin/gdb/libgdb/
HDfbsd-threads.c895 pid_to_thread_id (inferior_ptid), in fbsd_thread_fetch_registers()
901 pid_to_thread_id (inferior_ptid), in fbsd_thread_fetch_registers()
915 pid_to_thread_id (inferior_ptid), in fbsd_thread_fetch_registers()
996 pid_to_thread_id (inferior_ptid), in fbsd_thread_store_registers()
1026 pid_to_thread_id (inferior_ptid), GET_THREAD (inferior_ptid), in fbsd_thread_store_registers()
1040 pid_to_thread_id (inferior_ptid), GET_THREAD (inferior_ptid), in fbsd_thread_store_registers()
/NextBSD/gnu/usr.bin/gdb/kgdb/
HDtrgt.c291 thread_id = pid_to_thread_id(pid_to_ptid(tid)); in kgdb_switch_to_thread()