Home
last modified time | relevance | path

Searched refs:add_thread (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbthread.h84 extern struct thread_info *add_thread (ptid_t ptid);
H A Dsol-thread.c430 add_thread (inferior_ptid); in sol_thread_attach()
528 add_thread (rtnval); in sol_thread_wait()
822 add_thread (inferior_ptid); in sol_thread_create_inferior()
1415 add_thread (ptid); in sol_find_new_threads_callback()
H A Dcorelow.c262 add_thread (pid_to_ptid (thread_id)); in add_to_thread_list()
H A Dlynx-nat.c427 add_thread (inferior_ptid); in child_wait()
H A Dlin-lwp.c1365 add_thread (inferior_ptid); in lin_lwp_wait()
1368 add_thread (lp->ptid); in lin_lwp_wait()
H A Dthread.c123 add_thread (ptid_t ptid) in add_thread() function
H A Dprocfs.c4090 add_thread (temp_ptid); in procfs_wait()
4160 add_thread (temp_ptid); in procfs_wait()
4242 add_thread (retval); in procfs_wait()
4253 add_thread (inferior_ptid); in procfs_wait()
5069 add_thread (gdb_threadid); in procfs_notice_thread()
H A Duw-thread.c523 if ((newthread = add_thread (ptid)) == NULL) in add_thread_uw()
H A Dthread-db.c702 tp = add_thread (ptid); in attach_thread()
H A Dremote.c1051 add_thread (pid_to_ptid (currthread)); in record_currthread()
1760 add_thread (ptid); in remote_newthread_step()
1824 add_thread (pid_to_ptid (tid)); in remote_threads_info()
H A Dnto-procfs.c251 add_thread (ptid); in procfs_find_new_threads()
H A Dinfttrace.c3123 add_thread (pid_to_ptid (pid)); /* in thread.c */ in child_acknowledge_created_inferior()
4689 add_thread (pid_to_ptid (pid)); /* in thread.c */ in update_thread_state_after_attach()
H A Dwince.c1067 add_thread (id); in child_add_thread()
H A Dwin32-nat.c272 add_thread (pid_to_ptid (id)); in child_add_thread()
H A Dinfrun.c1481 add_thread (ecs->ptid); in handle_inferior_event()
H A Dgnu-nat.c1069 add_thread (pid_to_ptid (thread->tid)); /* Tell GDB's generic thread code. */ in inf_validate_procs()
/freebsd-12.1/contrib/gdb/gdb/gdbserver/
H A Dserver.h100 void add_thread (int thread_id, void *target_data);
H A Dinferiors.c105 add_thread (int thread_id, void *target_data) in add_thread() function
/freebsd-12.1/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c157 ti = add_thread(pid_to_ptid(kt->tid)); in kgdb_trgt_open()
/freebsd-12.1/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c159 add_thread (pid, new_process); in fbsd_create_inferior()
184 add_thread (tid, new_process); in fbsd_attach_lwp()
/freebsd-12.1/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c706 add_thread (ptid); in attach_thread()