]> granicus.if.org Git - strace/blob - dist/README
31489c0105e4de7e1d9a8d2ec1724073c950f45d
[strace] / dist / README
1 This is strace - a diagnostic, debugging and instructional userspace utility
2 with a traditional command-line interface for Linux.  It is used to monitor
3 and tamper with interactions between processes and the Linux kernel, which
4 include system calls, signal deliveries, and changes of process state.
5 The operation of strace is made possible by the kernel feature known as ptrace.
6
7 strace is released under a Berkeley-style license at the request
8 of Paul Kranenburg; see the file COPYING for details.
9
10 See the file CREDITS for a list of authors and other contributors.
11 See the file INSTALL for compilation and installation instructions.
12 See the file NEWS for information on what has changed in recent versions.
13
14 The project's homepage is at
15         https://strace.io
16
17 strace has a mailing list:
18         strace-devel@lists.strace.io
19
20 System requirements:
21         * Linux kernel >= 2.6.18 is recommended.  Older versions might still work
22           but they haven't been thoroughly tested with this release.
23         * Linux kernel >= 2.5.46 is required.
24           Older versions without a decent PTRACE_SETOPTIONS support will not work.
25         * On mips, linux kernel >= 2.6.15 is required.
26           Older versions without a decent PTRACE_GETREGS support will not work.
27         * On s390 and s390x, linux kernel >= 2.6.27 is required.
28           Older versions without a decent PTRACE_GETREGSET support will not work.