Lines Matching refs:stopped

198     /* True if the process has stopped (in the proc server sense).  Note that
201 unsigned int stopped:1;
358 that the thread is stopped and aborted first, and sets the state_changed
662 inf->stopped = 0;
710 inf->stopped = 0;
795 /* Validates INF's stopped, nomsg and traced field from the actual
813 inf->stopped = !!(pi->state & PI_STOPPED);
1239 if (inf->stopped)
1309 /* Deliver signal SIG to INF. If INF is stopped, delivering a signal, even
1352 if (inf->stopped)
1353 /* The process is stopped and expecting a signal. Just send off a
1356 inf_debug (inf, "sending %s to stopped process", NAME);
1367 because we'd rather assume it's not stopped when it
1369 inf->stopped = 0;
1417 inf->stopped = 0;
1858 /* The process has sent us a signal, and stopped itself in a sane
1861 inf_debug (inf, "process has stopped itself");
1862 inf->stopped = 1;
1896 like the process stopped (using a signal of 0 should mean that the
1908 thought was stopped, and which we expected to continue after the signal.
1910 assume it's still stopped. */
1911 inf->stopped = 1;
1968 if (sig != TARGET_SIGNAL_0 || inf->stopped)
2087 /* Attach to the now stopped child, which is actually a shell... */
2183 /* If the process was stopped before we attached, make it continue the next
2909 cur_inf ()->stopped = _parse_bool_arg (args, "yes", "no", "set stopped");
2916 check_empty (args, "show stopped");
2917 printf_unfiltered ("The inferior process %s stopped.\n",
2918 inf->stopped ? "is" : "isn't");
3160 This thread is run when delivering a signal to a non-stopped process.",
3168 add_cmd ("stopped", class_run, set_stopped_cmd,
3169 "Set whether gdb thinks the inferior process is stopped \
3173 add_cmd ("stopped", no_class, show_signals_cmd,
3174 "Show whether gdb thinks the inferior process is stopped \