Home | History | Annotate | Download | only in linux-gnu

Lines Matching defs:it

8  * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
13 * This program is distributed in the hope that it will be useful, but
68 /* -1 is returned for errors, 0 if it has no effect, 1 if
90 * forks when we can't trace it yet. Here we wait for kernel to
112 * reasons that the PID can't be attached: like it may have
222 /* If the task is already stopped, don't worry about it.
223 * Likewise if it managed to become a zombie or terminate in
240 /* Task is blocked if it's stopped, or if it's a vfork parent. */
287 /* This task still has not been attached to. It should be
305 /* Also don't attempt to stop the process if it's a parent of
423 /* Now untrace the process, if it was attached to by -p. */
424 struct opt_p_t *it;
425 for (it = opt_p; it != NULL; it = it->next) {
426 struct process *proc = pid2proc(it->pid);
448 /* In every state, sink SIGSTOP events for tasks that it was
468 * that process, continue it, so that the SIGSTOP can be delivered and
514 * after this, so it should be OK to continue
742 * sys it rets from may need to be determined based on process
769 * opposed to a singlestep, assume that it's
772 * handle it. */
935 * produce artifacts, so we better stop everyone, even if it's a bit
993 /* If stopping handler is already present, let it do the
1025 * When the traced process vforks, it's suspended until the child
1030 * can't count on that (it's not the role of ltrace to policy, but to
1033 * in, so that the parent can see it, too), and introduction of exec*
1035 * to deal with, we might as well support it all.
1038 * with its parent, and handle it as a multi-threaded case, with the
1040 * attempt to stop it. When the child execs, we undo the setup.
1065 * it as well. */
1150 * XXX TODO It would be nice to have this removed, but then we
1160 * ltrace get it too. We just have to wait long enough for the signal
1173 struct opt_p_t *it;
1174 for (it = opt_p; it != NULL; it = it->next) {
1175 struct process *proc = pid2proc(it->pid);