Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 1 | Source: strace |
Frederik Schüler | f786da5 | 2009-10-05 20:50:07 +0000 | [diff] [blame] | 2 | Maintainer: Frederik Schüler <fs@debian.org> |
Dmitry V. Levin | 22a9780 | 2009-09-14 17:03:20 +0000 | [diff] [blame] | 3 | Section: utils |
Frederik Schüler | 881f573 | 2010-02-04 12:14:56 -0800 | [diff] [blame] | 4 | Priority: optional |
Dmitry V. Levin | 48e95c7 | 2012-04-20 17:31:48 +0000 | [diff] [blame] | 5 | Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [i386 powerpc s390 sparc], debhelper (>= 7.0.0) |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 6 | Standards-Version: 3.9.5 |
Roland McGrath | 6019fbb | 2008-07-18 00:18:27 +0000 | [diff] [blame] | 7 | Homepage: http://sourceforge.net/projects/strace/ |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 8 | |
| 9 | Package: strace |
Dmitry V. Levin | 05cd5b2 | 2014-06-03 12:16:53 +0000 | [diff] [blame] | 10 | Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel or1k powerpc powerpcspe ppc64 s390 s390x sh4 sparc sparc64 x32 |
Frederik Schüler | 881f573 | 2010-02-04 12:14:56 -0800 | [diff] [blame] | 11 | Depends: ${shlibs:Depends}, ${misc:Depends} |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 12 | Description: System call tracer |
Wichert Akkerman | d321ff9 | 2002-03-31 18:45:45 +0000 | [diff] [blame] | 13 | strace is a system call tracer, i.e. a debugging tool which prints out |
| 14 | a trace of all the system calls made by a another process/program. |
| 15 | The program to be traced need not be recompiled for this, so you can |
| 16 | use it on binaries for which you don't have source. |
| 17 | . |
| 18 | System calls and signals are events that happen at the user/kernel |
| 19 | interface. A close examination of this boundary is very useful for bug |
| 20 | isolation, sanity checking and attempting to capture race conditions. |
Roland McGrath | 98d5f01 | 2005-02-03 03:19:34 +0000 | [diff] [blame] | 21 | |
Roland McGrath | a04e213 | 2008-07-22 00:27:31 +0000 | [diff] [blame] | 22 | Package: strace64 |
| 23 | Architecture: i386 powerpc s390 sparc |
Dmitry V. Levin | 22a9780 | 2009-09-14 17:03:20 +0000 | [diff] [blame] | 24 | Priority: extra |
Frederik Schüler | 881f573 | 2010-02-04 12:14:56 -0800 | [diff] [blame] | 25 | Depends: ${shlibs:Depends}, ${misc:Depends} |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 26 | Description: System call tracer for 64bit binaries |
Roland McGrath | a04e213 | 2008-07-22 00:27:31 +0000 | [diff] [blame] | 27 | strace is a system call tracer, i.e. a debugging tool which prints out |
| 28 | a trace of all the system calls made by a another process/program. |
| 29 | The program to be traced need not be recompiled for this, so you can |
| 30 | use it on binaries for which you don't have source. |
| 31 | . |
Dmitry V. Levin | 05cd5b2 | 2014-06-03 12:16:53 +0000 | [diff] [blame] | 32 | This package contains the 64bit version of the binary, intended for |
Roland McGrath | a04e213 | 2008-07-22 00:27:31 +0000 | [diff] [blame] | 33 | biarch systems with 32bit userland and 64bit kernel. |
| 34 | . |
| 35 | System calls and signals are events that happen at the user/kernel |
| 36 | interface. A close examination of this boundary is very useful for bug |
| 37 | isolation, sanity checking and attempting to capture race conditions. |
| 38 | |
Roland McGrath | 98d5f01 | 2005-02-03 03:19:34 +0000 | [diff] [blame] | 39 | Package: strace-udeb |
| 40 | Section: debian-installer |
Roland McGrath | 9a001a7 | 2008-07-18 00:49:31 +0000 | [diff] [blame] | 41 | XC-Package-Type: udeb |
Roland McGrath | 98d5f01 | 2005-02-03 03:19:34 +0000 | [diff] [blame] | 42 | Priority: extra |
Dmitry V. Levin | 05cd5b2 | 2014-06-03 12:16:53 +0000 | [diff] [blame] | 43 | Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel or1k powerpc powerpcspe ppc64 s390 sh4 sparc sparc64 x32 |
Frederik Schüler | 881f573 | 2010-02-04 12:14:56 -0800 | [diff] [blame] | 44 | Depends: ${shlibs:Depends}, ${misc:Depends} |
Dmitry V. Levin | a283ae0 | 2014-08-15 13:14:15 +0000 | [diff] [blame] | 45 | Description: System call tracer |
Roland McGrath | 98d5f01 | 2005-02-03 03:19:34 +0000 | [diff] [blame] | 46 | strace is a system call tracer, i.e. a debugging tool which prints out |
| 47 | a trace of all the system calls made by a another process/program. |
| 48 | The program to be traced need not be recompiled for this, so you can |
| 49 | use it on binaries for which you don't have source. |
| 50 | . |
| 51 | System calls and signals are events that happen at the user/kernel |
| 52 | interface. A close examination of this boundary is very useful for bug |
| 53 | isolation, sanity checking and attempting to capture race conditions. |
| 54 | . |
| 55 | This is a stripped down package intended for debugging use in the Debian |
| 56 | installer. |