[parisc-linux-cvs] strace rhirst
Richard Hirst
rhirst@puffin.external.hp.com
Mon, 19 Feb 2001 04:51:34 -0700
CVSROOT: /home/cvs/parisc
Module name: strace
Changes by: rhirst 01/02/19 04:51:33
Modified files:
. : process.c syscall.c util.c defs.h
Log message:
Fixes for strace -f. Still requires a mod to the kernel entry.S to
preserve the syscall number in r20 over a fork() call. With that,
strace -f works for me, however, (a) I've added a delay to ensure
that the child has been scheduled before we try to attach to it (see
comment in process.c), and (b) there are some unexplained pauses in
the strace output.