commit | cb7409c87a1382bd8193ec6e334a400b1e22c302 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat Jun 18 22:53:25 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sat Jun 18 22:53:25 2016 +0000 |
tree | 3f472f0283402f9522dd3cb7a07b57b5853968f5 | |
parent | b0c51131a38355dfaaed5b13b887f333cb20dfa7 [diff] |
Split travis-ci.sh * travis-ci.sh: Split into travis-build.sh, travis-install.sh, and travis-success.sh files. * .travis.yml (before_install, after_success, git): New mappings. (script): Change to travis-build.sh. (addons, install): Remove. (env): Remove matrix. (matrix): Replace exclude list with include list.
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.