Package: strace-udeb Source: strace Version: 5.8.0.9.9366-1 Architecture: armhf Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 730 Depends: libc6-udeb (>= 2.28) Filename: ../armhf/strace-udeb_5.8.0.9.9366-1_armhf.udeb Size: 217580 MD5sum: 0575601a5dacd97ae7f16ddead409ae1 SHA1: 7552b93a2e3b76d4601f99b7015a34b8c48504cd SHA256: a9a90f48e6af312a48dfadd7fb39bdbe5db50561ae467aa2565f6d3ad9522a4a Section: debian-installer Priority: optional 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 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. . This is a stripped down package intended for debugging use in the Debian installer.