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 | Version | Package Size | Installed Size | Files |
|---|---|---|---|---|
| alpha | 4.5.19-1 | 123.5 kB | 360 kB | [list of files] |
| amd64 | 4.5.19-1 | 124.7 kB | 376 kB | [list of files] |
| armel | 4.5.19-1 | 115.5 kB | 300 kB | [list of files] |
| hppa | 4.5.19-1 | 118.2 kB | 284 kB | [list of files] |
| i386 | 4.5.19-1 | 112.3 kB | 284 kB | [list of files] |
| ia64 | 4.5.19-1 | 159.2 kB | 548 kB | [list of files] |
| m68k (unofficial port) | 4.5.18-1 | 149.4 kB | 320 kB | [list of files] |
| mips | 4.5.19-1 | 154.4 kB | 540 kB | [list of files] |
| mipsel | 4.5.19-1 | 146.6 kB | 540 kB | [list of files] |
| powerpc | 4.5.19-1 | 117.3 kB | 308 kB | [list of files] |
| s390 | 4.5.19-1 | 118.9 kB | 288 kB | [list of files] |
| sparc | 4.5.19-1 | 114.8 kB | 292 kB | [list of files] |