Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle SIGTSTP in linux threadlock (#94)
If the a process was already stopped (for instance by hitting control-z), we used to be able to still treat it as locked - but with recent changes to use ptrace seize/interrupt, this no longer worked. Fix by handling SIGTSTP.
- Loading branch information