[strace/strace] Feature request: Multiline syscalls output with syscall argument names and hexdumping buffer arguments (#155)

Igor Zhbanov notifications at github.com
Tue Sep 8 08:03:21 UTC 2020


Wow! That is already working! Great! :-)

Anyway, annotating syscall argument names and types could be useful too.
```
lgetxattr("wfd", "security.selinux", 0x56432eb4eda0, 255) = -1 ENODATA (No data available)
```
vs
```
lgetxattr(const char *path = "wfd", const char *name = "security.selinux", void *value = 0x56432eb4eda0, size_t size = 255) = -1 ENODATA (No data available)
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/strace/strace/issues/155#issuecomment-688695235
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20200908/1692def3/attachment.htm>


More information about the Strace-devel mailing list