Package: strace-udeb Architecture: m68k Version: 7.0+ds-1 Priority: optional Section: debian-installer Source: strace Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 2086 Depends: libc6-udeb (>= 2.42) Filename: packages/unstable/main/strace-udeb_7.0+ds-1_m68k.udeb Size: 414896 MD5sum: ee84b197fc9a81cea190c42c94220606 SHA1: c5b99a82e079369b06e66e95d3838fc6369a3c1a SHA256: 5f367fbe7234c8a50c6e7601e2259754dc4e220dc11c683c752c52cb50093083 SHA512: 57037d2f5af134fc823bd5ec781777bdd5bcce39bb72f0fb0878c0fc21629ea2fe6bd68324730b8ec8c7f492b4510818bde88949be45cf8ae1ce21a0466b7945 Description: System call tracer strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by 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. . This is a stripped down package intended for debugging use in the Debian installer.