commit | 43242e6656c49ece16c8fc9490674b48cec33111 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Apr 28 18:37:54 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Apr 28 19:04:02 2016 +0000 |
tree | 0bb8ef96ba27392e6fba50003f291bd0bb31e971 | |
parent | ed92d87f1ceabafaaf711ec0623ddb998ba6e3df [diff] |
xlat_search: change type of integer argument to uint64_t This is necessary for the upcoming change of xlat.val type. All users of addflags are already prepared for this change. * defs.h (xlat_search): Change type of integer argument to uint64_t. * util.c (xlat_search): Likewise. Pass it by pointer. (xlat_bsearch_compare): Treat first argument as a pointer. Patch by Jeff Mahoney <jeffm@suse.com>.
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.