Package: strace-udeb Architecture: powerpc Version: 7.0+ds-1 Priority: optional Section: debian-installer Source: strace Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 2502 Depends: libc6-udeb (>= 2.42) Filename: packages/unstable/main/strace-udeb_7.0+ds-1_powerpc.udeb Size: 559688 MD5sum: baeceb49ac83bd18be85fd7935c74bae SHA1: 406aa3da1ead037ac13d0dece9d18f62b44bd12d SHA256: aa78ee463aa1583dcf898584b3219a06667109c4acbae4ef6fd9101a9ea00654 SHA512: 182d2e360d960583d0d04a551a484363266b7ce07bb0b4431fceeba58d4aecda2cc16d5f6f92b555b57b5ce569c085f378c1d1ce23ddf2eed5e257c8315cc4f5 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.