Package: strace-udeb Priority: optional Section: debian-installer Installed-Size: 1616 Maintainer: Steve McIntyre <93sam@debian.org> Architecture: arm64 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_arm64.udeb Size: 337052 MD5sum: 7312b0224823a05c81a5b5ef1fe7ca3b SHA1: 47e73809f8c2d142de5e0d8d23d988b248d7a74c SHA256: b49fc2b3c1f66bb4f86713af525d4346e1321c95322120da0859177aea5a0dda SHA512: f8cad69f6ada7855b9bd29be2692f470a8dfd61d40839fd88f2695d8b2b0c820432c8b889ac8af72f4524698e2ff05d03a52ce106facda66a4eda7bcaac6a7bd 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.