Package: strace-udeb Priority: optional Section: debian-installer Installed-Size: 947 Maintainer: Steve McIntyre <93sam@debian.org> Architecture: armhf Source: strace Version: 6.1-0.1+apertis1.1bv2023.0bb1 Depends: libc6-udeb (>= 2.31) Filename: pool/development/s/strace/strace-udeb_6.1-0.1+apertis1.1bv2023.0bb1_armhf.udeb Size: 318532 MD5sum: e58ae1bfad1e790df7e0b89d19602603 SHA1: 7080be6ba66e64fc8e6551f9a535827abca599e1 SHA256: ae4d94aa60d9b5467b7a78ea5450555c55edabcfbc4ca173982de0cbd17ac610 SHA512: 8561940ec3f16a490251e8a6a7d5e921820e1970637b280522a75d052f1df9efe867bdbee18f1cfc06f816424e0864d75505abde068cdef719c88dd1246b1da2 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.