blob: 3d271fb5f364809349ba6b3cad41d019ecb2cc54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Strace is a process tracer, i.e. a debugging tool that prints out
a trace of all the system calls made and signals received by a
process itself or a process and its descendants.
Strace is similar to the native BSD ``truss'' utility, but it's
output style is more convenient in most cases.
WWW: http://www.liacs.nl/~wichert/strace/
- Alex Semenyaka
alex@rinet.ru
|