<p></p>
<p>Currently when tracing multiple processes you could see something like:</p>
<pre><code>[pid  1905] select(0, NULL, NULL, NULL, {0, 198904} <unfinished ...>
[pid 23966] ftruncate(28, 25165824)     = 0
[pid 32266] epoll_wait(20,  <unfinished ...>
[pid  1905] <... select resumed> )      = 0 (Timeout)
</code></pre>
<p>So on resuming you often need to scroll back to understand of what syscall was continued. especially when you see that resumed syscall failed with some error. So may be there could be an option, so the output could be something like this:</p>
<pre><code>[pid  1905] select(0, NULL, NULL, NULL, {0, 198904} <unfinished ...>
[pid 23966] ftruncate(28, 25165824)     = 0
[pid 32266] epoll_wait(20,  <unfinished ...>
[pid  1905] <resumed> select(0, NULL, NULL, NULL, {0, 198904})      = 0 (Timeout)
</code></pre>
<p>It would make reading the logs easier.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/strace/strace/issues/152">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AOVBTR3YCRLDQAJDR67JQYLSET5G7ANCNFSM4Q6OMTYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AOVBTRZQAAQ5HHE4FGVUVV3SET5G7A5CNFSM4Q6OMTYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4KLQHY5A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/strace/strace/issues/152",
"url": "https://github.com/strace/strace/issues/152",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>