commit | 9f6611bb31a6a367859a92a360b46db5f9135602 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Apr 21 17:49:32 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Apr 21 18:16:50 2016 +0000 |
tree | ba7c287afb9e5bda7ced582eefb43baf70ef345c | |
parent | 57b5f55a2a87bdddd39d80cbaa5c55ad2f872dcf [diff] |
tests: use errno2name() Automatically change tests/*.c files using the following sed regexp: sed -i 's/errno == E[[:alnum:]]\+ ? "E[[:alnum:]]\+" : "E[[:alnum:]]\+"/errno2name()/g'
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.