]> granicus.if.org Git - strace/commit
Add argument to tprint_iov() specifying whether to decode each iovec
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 13 Jun 2011 22:58:44 +0000 (22:58 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 13 Jun 2011 22:58:44 +0000 (22:58 +0000)
commit8884968a46f5413345de7b0085388a367eb9caae
tree6ea133fb5d4d5983df6fc09ebcd872bc363b50b6
parentfcda7a5f4fcfbedb5493bbfc1b37e53c6b3a575c
Add argument to tprint_iov() specifying whether to decode each iovec

* defs.h (tprint_iov): Add decode_iov argument.
* io.c (tprint_iov): Implement new decode_iov argument.
(sys_readv, sys_writev, sys_sendfile, sys_preadv, sys_pwritev): Update
tprint_iov calls.
* net.c (do_msghdr): Likewise.
defs.h
io.c
net.c