Package: strace Version: 6.10-1 Architecture: i386 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 1350 Depends: libc6 (>= 2.15) Filename: i386/strace_6.10-1_i386.deb Size: 410130 MD5sum: a96a8fd7d60d7859064e87ff6047308d SHA1: 2355060bfa3dba86c8a49a2f5e294a09bb3b2a48 SHA256: a815092ba861f57228d96ee246548d0525ae14cf50d489351e6356134912f714 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.10-1 Architecture: i386 Maintainer: Steve McIntyre <93sam@debian.org> Installed-Size: 2052 Depends: libc6-amd64 (>= 2.15) Filename: i386/strace64_6.10-1_i386.deb Size: 469142 MD5sum: 19f904309c57a802c6f18fa05ed3074c SHA1: 267aa88db697a1b109ef697c85117a9614f913a5 SHA256: cedcab1d62173c271f7c7f60f4aaf2c3dac965cd2c45433f99ce4e2b724ac4e8 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.