commit | b93991d381e345b926c0ed29612177b16d4cc28c | [log] [tgz] |
---|---|---|
author | Eugene Syromyatnikov <evgsyr@gmail.com> | Thu Sep 22 00:21:27 2016 +0300 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Sep 28 03:00:10 2016 +0000 |
tree | 085329d2fe17bdaf4884bf42a0e74fca92eeba2b | |
parent | 11f709356048d1f89be340ee33e32baa35d7cecc [diff] |
util: add getarg_ll and getarg_ull functions These allow retrieving specific argument in full taking into account peculiarities of runtimes which employ tcp->ext_arg (e.g. x32). * defs.h (getarg_ll, getarg_ull): New prototypes. * util.c (getarg_ll, getarg_ull): New functions. (printargs): Use getarg_ull.
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.