Package: strace-udeb Priority: optional Section: debian-installer Installed-Size: 1908 Maintainer: Steve McIntyre <93sam@debian.org> Architecture: amd64 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_amd64.udeb Size: 430256 MD5sum: 053358ef743348e69cee74e37c5e0fda SHA1: 003b2c334fa644761677a4f5e6b8f706174b2311 SHA256: f9826defb769efad291a016101aae9f045cbb6bb13af72ab511995e691e7fa79 SHA512: 3d36ffc636c7d6e6e649a82f4238ae9e3fb7f90d0b49b55d1e76a67ca1f25d8dae6889459a2aecb1e09321cf5aa73364d398a021fe03433271faa2308de54077 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.