Hi Dmitry,

> No, -y should not change, conversion of all relative paths to absolute
> should be controlled by another option.
>

Thanks, got it. Currently I'm using the -A option for absolute path
decoding.


> When descriptors decoding is enabled, descriptors passed to *at syscalls
> are decoded anyway, so we could use this information to decode relative
> paths passed to *at syscalls.
>

Sounds good -- however the sys_symlinkat syscall seems to be an edge case
that needs to be handled separately(oldname uses cwd and newname uses
newfd).

sys_symlinkat(const char *oldname, int newfd, const char *newname);


Thanks,
-- zm
------------------------------------------------------------------------------
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to