[PATCH] Add (incomplete) decoder for Video4Linux ioctls

William Manley will at williammanley.net
Thu Mar 6 23:51:02 UTC 2014


On 04/03/14 17:41, William Manley wrote:
> +		case VIDIOC_TRY_FMT:
> +		case VIDIOC_S_FMT:
> +		{
> +			/* TODO: work out how strace deals with inout arguments and
> +			   implement */
> +			return 0;
> +		}

I'd quite like to implement this.  How should I go about displaying this
given that it uses inout arguments?  e.g. printing the contents of the
struct passed as an argument on both entering(tcp) and exiting(tcp)
seems like a good idea but I'm worried that it will look confusing to
the user.

Thanks

Will




More information about the Strace-devel mailing list