Interesting.
Basically, the target process, which you can specify by pid, name, or command line, is continuosly paused and resumed by sending it SIGSTOP and SIGCONT signals.
SIGSTOP can't be trapped, so that makes sense.
I wonder how this would work under high load (i.e...