blob: ddd5107b0a0516dab079cc222088b0bcf2fab3dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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 ktrace/kdump pair of utilities,
but strace's output style is more convenient in some cases or for
some developers.
WWW: http://www.liacs.nl/~wichert/strace/
- Alex Semenyaka
alexs@snark.rinet.ru
|