]> granicus.if.org Git - strace/commit
util: add getarg_ll and getarg_ull functions
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 21 Sep 2016 21:21:27 +0000 (00:21 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 28 Sep 2016 03:00:10 +0000 (03:00 +0000)
commitb93991d381e345b926c0ed29612177b16d4cc28c
tree085329d2fe17bdaf4884bf42a0e74fca92eeba2b
parent11f709356048d1f89be340ee33e32baa35d7cecc
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.
defs.h
util.c