Lines Matching defs:child_lwp
566 lwp_info *child_lwp = add_lwp (child_ptid);
567 gdb_assert (child_lwp != NULL);
568 child_lwp->stopped = 1;
570 child_lwp->must_set_ptrace_flags = 1;
571 child_lwp->status_pending_p = 0;
573 thread_info *child_thr = child_lwp->thread;
583 child_lwp->suspended = 1;
639 event_lwp->relative = child_lwp;
640 child_lwp->relative = event_lwp;
665 child_lwp->stop_expected = 1;
666 child_lwp->status_pending_p = 1;
667 child_lwp->status_pending = status;
671 child_lwp->waitstatus.set_thread_created ();
672 child_lwp->status_pending_p = 1;
673 child_lwp->status_pending = status;