K 10 svn:author V 7 davidxu K 8 svn:date V 27 2010-09-08T01:55:03.132789Z K 7 svn:log V 297 MFC: r212047 If a process is being debugged, skips job control caused by SIGSTOP/SIGCONT signals, because it is managed by debugger, however a normal signal sent to a interruptibly sleeping thread wakes up the thread so it will handle the signal when the process leaves the stopped state. END