[strace/strace] tracing all children of an already started program. (#193)

Masatake YAMATO notifications at github.com
Wed Nov 10 20:41:11 UTC 2021


> strace -f $( pgrep -g PID_OF_ANCESTOR | sed 's!^!-p !' )

This can be:
```
strace -f -p "$( pgrep -g PID_OF_ANCESTOR)"
```


-- 
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/193#issuecomment-965729002
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20211110/b5fa771a/attachment.htm>


More information about the Strace-devel mailing list