On linux, my process is in attached status, it's attached by annother guy. How to find who is debuging my process?
相关问题
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- How to make a .svc file write to asp.net Trace.axd
- Error building gcc 4.8.3 from source: libstdc++.so
- Why should we check WIFEXITED after wait in order
You can find it in proc file system. Look at TracerPid entry in /proc/somepid/status. See also similar question.