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 | 983e875 | 2011-02-27 10:16:41 +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), coreutils (>= 7.0), time |
Frederik Schüler | 0c56f62 | 2010-04-13 13:04:00 +0200 | [diff] [blame] | 6 | Standards-Version: 3.8.4 |
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 |
Frederik Schüler | 881f573 | 2010-02-04 12:14:56 -0800 | [diff] [blame] | 10 | Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 s390x sh sparc sparc64 |
| 11 | Depends: ${shlibs:Depends}, ${misc:Depends} |
Wichert Akkerman | 136bbb1 | 2003-01-08 23:46:03 +0000 | [diff] [blame] | 12 | Description: A 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} |
Roland McGrath | a04e213 | 2008-07-22 00:27:31 +0000 | [diff] [blame] | 26 | Description: A system call tracer for 64bit binaries |
| 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 | . |
Denys Vlasenko | 402eeb6 | 2009-01-02 13:03:44 +0000 | [diff] [blame] | 32 | This package containts 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 |
Frederik Schüler | 881f573 | 2010-02-04 12:14:56 -0800 | [diff] [blame] | 43 | Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sh sparc sparc64 |
| 44 | Depends: ${shlibs:Depends}, ${misc:Depends} |
Roland McGrath | 98d5f01 | 2005-02-03 03:19:34 +0000 | [diff] [blame] | 45 | Description: A system call tracer |
| 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. |