Lines Matching refs:stopped

143     snprintf (buf, sizeof (buf), "%s (stopped)",
335 lp->stopped = 1;
348 is already stopped. Mark it as stopped in the data structure
351 will have, we assume, been stopped by an attach from a
353 lp->stopped = 1;
371 /* Make sure the initial process is stopped. The user-level threads
387 lp->stopped = 1;
409 while (lp->signalled && lp->stopped)
423 lp->stopped = 0;
486 if (lp->stopped && lp->status == 0)
495 lp->stopped = 0;
556 /* Mark LWP as not stopped to prevent it from being continued by
558 lp->stopped = 0;
611 gdb_assert (!lp->stopped);
677 if (!lp->stopped && !lp->signalled)
704 /* Wait until LP is stopped. If DATA is non-null it is interpreted as
712 if (!lp->stopped)
725 lp->stopped = 1;
791 /* The thread was stopped with a signal other than
836 lp->stopped = 1;
873 to flush them. LP should be stopped, as should all other threads
890 /* Just because the LWP is stopped doesn't mean that new signals
892 race conditions. However, because all threads are stopped, we
915 lp->stopped = 0;
936 /* Return non-zero if LP isn't stopped. */
941 return (lp->stopped == 0 || (lp->status != 0 && lp->resumed));
1139 If we're expecting to receive stopped processes after fork,
1142 - the stopped process might be returned from waitpid before
1187 if (!lp->stopped && !lp->signalled)
1295 lp->stopped = 0;
1328 If we're expecting to receive stopped processes after
1331 to be reported - the stopped process might be returned
1407 lp->stopped = 1;
1435 has stopped. A similar check is made in stop_wait_callback(). */
1485 lp->stopped = 0;
1516 signals that are neither printed nor stopped upon. Stopping all
1544 lp->stopped = 0;
1559 /* This LWP is stopped now. */
1560 lp->stopped = 1;