pkgsrc/devel/strace/DESCR
reed d04c5c08fd Import of strace-4.5.7.
COMMENT=		System call tracing utility

If you use SunOS 4.x, System V release 4, Solaris 2.x and Irix 5.x,
or similar, please give this a try. (I use it under Linux.)
2004-10-10 03:13:07 +00:00

7 lines
374 B
Text

Strace is a diagnostic and troubleshooting tool for printing out a trace
of all the system calls made by another process. It intercepts and
records the signals received by a process and the system calls which
are called by a process. The name of each system call, its arguments
and its return value are reported.
This version of strace is maintained by Wichert Akkerman.