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
3027 /* If we already have the exit recorded in waitstatus, use
3032 const target_waitstatus &ws = event_child->waitstatus;
3347 || event_child->waitstatus.kind () != TARGET_WAITKIND_IGNORE);
3414 if (event_child->waitstatus.kind () != TARGET_WAITKIND_IGNORE)
3415 threads_debug_printf ("LWP %ld: extended event with waitstatus %s",
3417 event_child->waitstatus.to_string ().c_str ());
3557 if (event_child->waitstatus.kind () != TARGET_WAITKIND_IGNORE)
3563 if (is_new_child_status (event_child->waitstatus.kind ()))
3569 *ourstatus = event_child->waitstatus;
3570 /* Clear the event lwp's waitstatus since we handled it already. */
3571 event_child->waitstatus.set_ignore ();
3576 event_child->waitstatus wasn't filled in with the details, so look at
3758 /* Store in waitstatus as well, as there's nothing else to process
3763 lwp->waitstatus.set_thread_exited (WEXITSTATUS (wstat));
3765 lwp->waitstatus.set_exited (WEXITSTATUS (wstat));
3770 lwp->waitstatus.set_signalled (gdb_signal_from_host (WTERMSIG (wstat)));
4020 gdb_assert (lwp->waitstatus.kind () == TARGET_WAITKIND_IGNORE);
4316 && is_new_child_status (rel->waitstatus.kind ()))