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.24) Filename: ../armhf/strace-udeb_5.8.0.9.9366-1_armhf.udeb Size: 218520 MD5sum: cb09e5603f439f1216e0072f195a37fa SHA1: a477f846720696c92d8a862956e91805a16457d8 SHA256: e725d5a07b6a27637a8895d3edea686aabea16d53bcb790ae4c3fd8a00a72785 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.