Searched refs:waiton_ptid (Results 1 – 1 of 1) sorted by relevance
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | infrun.c | 2401 ptid_t waiton_ptid; variable 2593 print_target_wait_results (ptid_t waiton_ptid, ptid_t result_ptid, in print_target_wait_results() argument 2606 "infrun: target_wait (%d", PIDGET (waiton_ptid)); in print_target_wait_results() 2607 if (PIDGET (waiton_ptid) != -1) in print_target_wait_results() 2609 " [%s]", target_pid_to_str (waiton_ptid)); in print_target_wait_results() 2730 ecs->ptid = deprecated_target_wait_hook (waiton_ptid, &ecs->ws, 0); in wait_for_inferior() 2732 ecs->ptid = target_wait (waiton_ptid, &ecs->ws, 0); in wait_for_inferior() 2735 print_target_wait_results (waiton_ptid, ecs->ptid, &ecs->ws); in wait_for_inferior() 2800 deprecated_target_wait_hook (waiton_ptid, &ecs->ws, TARGET_WNOHANG); in fetch_inferior_event() 2802 ecs->ptid = target_wait (waiton_ptid, &ecs->ws, TARGET_WNOHANG); in fetch_inferior_event() [all …]
|