You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. the TODO in the source is not very accurate. I'm also thinking of multi-process programs calling fork etc. Still not sure how to handle those cases, especially when threads and processes interweave. It's worth checking how strace handles these special cases.
Hi, this is a really cool project.
Looking at the source I see a todo for multithreaded support and I was wondering about your plans for it?
I guess you would need to iterate over threads to capture syscalls from all of them.
The text was updated successfully, but these errors were encountered: