Home | History | Annotate | Download | only in gdbserver

Lines Matching refs:waitstatus

508   gdb_assert (event_lwp->waitstatus.kind () == TARGET_WAITKIND_IGNORE);
621 event_lwp->waitstatus.set_forked (child_ptid);
623 event_lwp->waitstatus.set_vforked (child_ptid);
626 event_lwp->waitstatus.set_thread_cloned (child_ptid);
633 handler will look at lwp->waitstatus. */
671 child_lwp->waitstatus.set_thread_created ();
711 event_lwp->waitstatus.set_vfork_done ();
752 event_lwp->waitstatus.set_execd
3028 /* If we already have the exit recorded in waitstatus, use
3033 const target_waitstatus &ws = event_child->waitstatus;
3348 || event_child->waitstatus.kind () != TARGET_WAITKIND_IGNORE);
3415 if (event_child->waitstatus.kind () != TARGET_WAITKIND_IGNORE)
3416 threads_debug_printf ("LWP %ld: extended event with waitstatus %s",
3418 event_child->waitstatus.to_string ().c_str ());
3558 if (event_child->waitstatus.kind () != TARGET_WAITKIND_IGNORE)
3564 if (is_new_child_status (event_child->waitstatus.kind ()))
3570 *ourstatus = event_child->waitstatus;
3571 /* Clear the event lwp's waitstatus since we handled it already. */
3572 event_child->waitstatus.set_ignore ();
3577 event_child->waitstatus wasn't filled in with the details, so look at
3759 /* Store in waitstatus as well, as there's nothing else to process
3764 lwp->waitstatus.set_thread_exited (WEXITSTATUS (wstat));
3766 lwp->waitstatus.set_exited (WEXITSTATUS (wstat));
3771 lwp->waitstatus.set_signalled (gdb_signal_from_host (WTERMSIG (wstat)));
4021 gdb_assert (lwp->waitstatus.kind () == TARGET_WAITKIND_IGNORE);
4317 && is_new_child_status (rel->waitstatus.kind ()))