Download Source Package strace:
strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program. The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have source.
System calls and signals are events that happen at the user/kernel interface. A close examination of this boundary is very useful for bug isolation, sanity checking and attempting to capture race conditions.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| alpha | 166.0 kB | 400 kB | [list of files] |
| amd64 | 168.0 kB | 420 kB | [list of files] |
| arm | 158.8 kB | 299 kB | [list of files] |
| armel | 159.7 kB | 344 kB | [list of files] |
| hppa | 161.9 kB | 328 kB | [list of files] |
| i386 | 156.5 kB | 280 kB | [list of files] |
| ia64 | 199.9 kB | 576 kB | [list of files] |
| mips | 202.6 kB | 592 kB | [list of files] |
| mipsel | 194.9 kB | 592 kB | [list of files] |
| powerpc | 162.3 kB | 356 kB | [list of files] |
| s390 | 160.0 kB | 324 kB | [list of files] |
| sparc | 158.9 kB | 336 kB | [list of files] |