]> granicus.if.org Git - strace/commit
Simplify handling of unexpected tracees
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 6 Aug 2017 15:10:56 +0000 (15:10 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 6 Aug 2017 15:10:56 +0000 (15:10 +0000)
commit330f4633d5103938982602b6f21f761570e3482c
treeaa10e72709b00a15cfa3e3fbf168c473851a4b9f
parent7a35b711df127664e7430b2644ae92c75f3d5f67
Simplify handling of unexpected tracees

* strace.c (maybe_allocate_tcb) <WIFSTOPPED(status) && !followfork>:
Remove the dance around possible re-injection of WSTOPSIG(status)
as the only observable stop here is the initial ptrace-stop.
strace.c