K 10 svn:author V 7 davidxu K 8 svn:date V 27 2010-08-31T07:15:50.559412Z K 7 svn:log V 306 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. PR: 150138 MFC after: 1 week END