Package: strace-udeb Architecture: sh4 Version: 7.0+ds-1 Priority: optional Section: debian-installer Source: strace Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 1543 Depends: libc6-udeb (>= 2.42) Filename: packages/unstable/main/strace-udeb_7.0+ds-1_sh4.udeb Size: 487028 MD5sum: 0f4dbbdc38c44c31d30dd6457f1f2681 SHA1: 718ad0946d7cfe6f855e0c286df5ce79bd9f1b73 SHA256: 8612dba55abc67796a2de68092ad9d0a85463d89c2bbc0f82a023cb271b62703 SHA512: 3746d336c43a518d984757f109d47e994c6df00926ad07235fe02b159b22f250ffefb71b3c9edac1df2f94245b065280f90a816eb796dce01377f69b3356a1b1 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.