Package: strace-udeb Architecture: x32 Version: 7.0+ds-1 Priority: optional Section: debian-installer Source: strace Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 2414 Depends: libc6-udeb (>= 2.42) Filename: packages/unstable/main/strace-udeb_7.0+ds-1_x32.udeb Size: 747632 MD5sum: 34331c1b34d0b430d4184093ee9bdb14 SHA1: 46227138837368a6667278c2335152926fe3fc05 SHA256: 8c97f87110d7189aaa8b47c044f2d65ba101374b4fb3335ad3caf2d585438a30 SHA512: 94f388eff642b11ad710ad50d65077c1a29ab54dbf2c63ed181aa0048ce92e33f1ea86b0a219a4ea1b163a075f52bb8be595f4f3ac321d8c20c50244b9126043 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.