Re: [Announce] Strace Test
From: Anton Blanchard
Date: Mon Feb 16 2004 - 02:04:33 EST
> Strace Test uses a modified version of strace 4.5.1.
> Instead of printing out information about system calls,
> the modified version calls the syscalls with improper
> values. A patch and a binary for i386 are included
> in the strace_test tar ball.
Nasty. I like it :)
Im running it on ppc32 at the moment, will test ppc64 next. Might be
worth changing maxed to a long and passing back -1UL:
int
maxed(arg)
int arg;
{
return 0xffffffff;
}
Anton
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/