Package: strace-udeb Architecture: ppc64 Version: 7.0+ds-1 Priority: optional Section: debian-installer Source: strace Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 3655 Depends: libc6-udeb (>= 2.42) Filename: packages/unstable/main/strace-udeb_7.0+ds-1_ppc64.udeb Size: 631588 MD5sum: 39cbc091f3327dd451ec7d56df3e430c SHA1: de15cdc3b42983b9c5a6daae135f4452e947ac68 SHA256: 050d8c693cacce8238a25c3b788513d276082600919f4adac792fba94271d1dc SHA512: df954704ce939001a18aa37861eab704eb9ad9e3c8233ef86e450fec4c8f8f892729a35b391945f5f4bcf1bf4c2f13ba1e914659a34ff353e44b7c0298f9bdce 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.