[PATCH] Path decoding for system calls that return file descriptors implemented.

Zubin Mithra zubin.mithra at gmail.com
Wed May 28 15:25:19 UTC 2014


Hi Dmitry,

>> Yes, that is what I had in mind. "-y" would behave as it always had,
>> while "-yy" would have decoding of return fds, path resolution of
>> arguments etc.
>
> I understand your concerns, but the change just extends the number of
> cases when file descriptors are decoded.  I agree that path resolution,
> socket resolution etc. worth an extra -y option, but this patch doesn't
> change the way how file descriptors are decoded.  That is, I'd rather add
> this extension for single -y option.

Ah, I see. I misunderstood your earlier email. Let me fix that.

>
> btw, please note that we use tprints instead of tprintf when the argument
> is not a format string.

I'll fix that too.


Cheers,
-- zm




More information about the Strace-devel mailing list