commit | f6c70f9f192d058f1f43921f570815146751cfac | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Sep 08 17:11:51 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Sep 08 22:56:25 2016 +0000 |
tree | f0e16276a63abe095f6395bef763107d5100a8af | |
parent | 3351924396d9db32eff6c4b8d0ea76f1cd423c95 [diff] |
travis: add x86 musl * .travis.yml (matric): Add musl-gcc/x86. * travis-build.sh [TARGET == x86]: Specify --target along with --build to configure. * travis-install.sh [CC == musl-gcc && TARGET == x32]: Add -mx32 to $CC. [CC == musl-gcc && TARGET == x86]: Add -m32 to $CC. Specify --build and --target to musl configure invocation.
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.