pkgsrc-wip/strace/DESCR
Jeremy C. Reed ecea9c8f7a I also submitted this to NetBSD in pkg/20770 on March 17.
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.
2003-05-16 03:45:51 +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.