How to find who is tracing my process?

2019-09-05 06:09发布

问题:

On linux, my process is in attached status, it's attached by annother guy. How to find who is debuging my process?

回答1:

You can find it in proc file system. Look at TracerPid entry in /proc/somepid/status. See also similar question.



标签: linux trace