commit | ea7b9dbcbdc5b23f3db12a50c3456502fbed5138 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue May 10 18:18:32 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue May 10 22:25:23 2016 +0000 |
tree | 536445d5f4fcff45c28111944174462ebf342f68 | |
parent | 72cb81151f2262bc2062cc1cdf7d4a7e768c4b15 [diff] |
tests: extend test coverage of xattr family syscalls * tests/xattr.c: Check decoding of all xattr family syscalls. * tests/xattr.test: Use run_strace_match_diff. * tests/xattr.expected: Remove. * tests/Makefile.am (EXTRA_DIST): Remove it.
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.