Searched refs:find_inferior_id (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/gdbserver/ |
| D | target.c | 35 found = (struct thread_info *) find_inferior_id (&all_threads, in set_desired_inferior() 46 found = (struct thread_info *) find_inferior_id (&all_threads, in set_desired_inferior() 50 found = (struct thread_info *) find_inferior_id (&all_threads, in set_desired_inferior()
|
| D | linux-low.c | 212 process = (struct process_info *) find_inferior_id (&all_processes, pid); in linux_attach() 282 if (find_inferior_id (&all_threads, tid) != NULL) in linux_thread_alive() 412 *childp = (struct process_info *) find_inferior_id (&all_processes, ret); in linux_wait_for_process() 421 find_inferior_id (&all_threads, (*childp)->tid); in linux_wait_for_process() 486 find_inferior_id (&all_threads, event_child->tid); in linux_wait_for_event() 672 child = (struct thread_info *) find_inferior_id (&all_threads, in linux_wait() 793 thread = (struct thread_info *) find_inferior_id (&all_threads, in wait_for_sigstop()
|
| D | thread-db.c | 250 inferior = (struct thread_info *) find_inferior_id (&all_threads, in maybe_attach_thread() 259 inferior = (struct thread_info *) find_inferior_id (&all_threads, in maybe_attach_thread()
|
| D | linux-low.h | 67 find_inferior_id (&all_threads, \
|
| D | proc-service.c | 118 reg_inferior = (struct thread_info *) find_inferior_id (&all_threads, in ps_lgetregs()
|
| D | server.h | 107 struct inferior_list_entry *find_inferior_id (struct inferior_list *list,
|
| D | inferiors.c | 163 find_inferior_id (struct inferior_list *list, int id) in find_inferior_id() function
|
| D | ChangeLog | 345 (find_inferior_id): New function. 363 (linux_thread_alive): Use find_inferior_id.
|