]> granicus.if.org Git - strace/commit
strace.c: refactor startup_attach
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 25 Jul 2016 16:25:12 +0000 (16:25 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 29 Jul 2016 17:13:47 +0000 (17:13 +0000)
commit795795ae995bf7dde1d2b6dff611097a632eb1bc
treea01302ca96182b54b0f6225fdb3b9b71a0b718f9
parentbbfeea269e07acbea973e22d9ea5f4dcb5f34948
strace.c: refactor startup_attach

* strace.c (startup_attach): Move the inner part of the big loop
over tcbtab elements ...
(attach_tcb): ... to this new function.
strace.c