Package: strace-udeb Architecture: sparc64 Version: 7.0+ds-1 Priority: optional Section: debian-installer Source: strace Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 4107 Depends: libc6-udeb (>= 2.42) Filename: packages/unstable/main/strace-udeb_7.0+ds-1_sparc64.udeb Size: 525328 MD5sum: 796d0a6fd25bcab718e013dd179170ce SHA1: 963f69f7d263c7935c5e592fc6ed7e3ebb12cd17 SHA256: 58e024acf4013867279f79f2336f65e1cf231a165ff132592aa1cb6fd6fbd500 SHA512: 633cbf32105e9108a3ea923c5b629b56f838331b8b9c611f54d7d4d8e9e613f2cfcffa737b5a8c1b3b92bfee02a0301293166ac9ca704b17816ce1ebaed34efb 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.