Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdbthread.h272 extern int pid_to_thread_id (ptid_t ptid);
H A Dthread.c402 pid_to_thread_id (ptid_t ptid) in pid_to_thread_id() function
1281 pid_to_thread_id (inferior_ptid), in thread_command()
1285 pid_to_thread_id (inferior_ptid), in thread_command()
1399 ui_out_field_int (uiout, "new-thread-id", pid_to_thread_id (inferior_ptid)); in do_captured_thread_select()
H A Ddummy-frame.c86 if (b->thread == pid_to_thread_id (inferior_ptid) in pop_dummy_frame_bpt()
H A Dinferior.c723 pid_to_thread_id (inferior_ptid), in inferior_command()
H A Dada-tasks.c1102 const int thread_id = pid_to_thread_id (task_info->ptid); in print_ada_task_info()
H A Delfread.c966 int thread_id = pid_to_thread_id (inferior_ptid); in elf_gnu_ifunc_resolver_stop()
H A Dinfcmd.c915 thread = pid_to_thread_id (inferior_ptid); in step_1()
H A Dinfrun.c3789 deprecated_context_hook (pid_to_thread_id (saved_singlestep_ptid)); in handle_inferior_event()
3995 deprecated_context_hook (pid_to_thread_id (ecs->ptid)); in handle_inferior_event()
H A Dbreakpoint.c4026 thread = pid_to_thread_id (ptid); in breakpoint_thread_match()
5036 int thread_id = pid_to_thread_id (ptid); in bpstat_check_breakpoint_conditions()
7210 new_b->thread = pid_to_thread_id (inferior_ptid); in set_longjmp_breakpoint_for_call_dummy()
8745 b->thread = pid_to_thread_id (inferior_ptid); in set_momentary_breakpoint()
14495 b->thread = pid_to_thread_id (inferior_ptid); in breakpoint_re_set_thread()
H A Dvarobj.c708 var->root->thread_id = pid_to_thread_id (inferior_ptid); in varobj_create()
/dflybsd-src/contrib/gdb-7/gdb/mi/
H A Dmi-interp.c489 pid_to_thread_id (inferior_ptid)); in mi_on_normal_stop()
496 pid_to_thread_id (inferior_ptid)); in mi_on_normal_stop()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-finishbreakpoint.c223 thread = pid_to_thread_id (inferior_ptid); in bpfinishpy_init()