[strace/strace] Feature request: Display the full syscall line on resuming (#152)
Masatake YAMATO
notifications at github.com
Mon Sep 7 20:55:25 UTC 2020
Though it doesn't solve the issue perfectly, assigning identifiers to <unfinished> ... <resumed> pairs may help people browsing strace output with less command like:
```
[pid 1905] select(0, NULL, NULL, NULL, {0, 198904} <unfinished #89567 ...>
[pid 23966] ftruncate(28, 25165824) = 0
[pid 32266] epoll_wait(20, <unfinished #89568...>
[pid 1905] <resumed #89567> select(0, NULL, NULL, NULL, {0, 198904}) = 0 (Timeout)
```
--
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/152#issuecomment-688508294
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20200907/3134a325/attachment.htm>
More information about the Strace-devel
mailing list