summaryrefslogtreecommitdiff
path: root/devel/strace/DESCR
blob: 98d8c2fdd54928b959c62c112c494b30b4bf3243 (plain)
1
2
3
4
5
6
7
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.