Package: strace Version: 6.19-1 Architecture: i386 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 1479 Depends: libc6 (>= 2.15) Filename: i386/strace_6.19-1_i386.deb Size: 442860 MD5sum: e61a5265b9c8bcd6d08ce17a1e54bbb7 SHA1: bbe4081555f3a492379a683d9a0c9468cd8cd06f SHA256: c7bb9c91c98c8104d2c46f2e7a10c7702ad67752da3b37249defcfd2e0c4841d Section: utils Priority: optional Homepage: https://strace.io 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. Package: strace64 Source: strace Version: 6.19-1 Architecture: i386 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 2220 Depends: libc6-amd64 (>= 2.15) Filename: i386/strace64_6.19-1_i386.deb Size: 512126 MD5sum: 25b4f630ac9804dcb6db1b31c6a48dd9 SHA1: bafc98355e179b8b251be971c627e9a4c8211e53 SHA256: a898cfc1951a25f8dd51facbb51dc601ce3a134573681333d7b9e52a5b55defe Section: utils Priority: optional Homepage: https://strace.io Description: System call tracer for 64bit binaries 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. . This package contains the 64bit version of the binary, intended for biarch systems with 32bit userland and 64bit kernel. . 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.