K 10 svn:author V 3 jhb K 8 svn:date V 27 2017-11-13T21:22:33.324415Z K 7 svn:log V 244 Move loop to clear TDB_SUSPEND into PT_DETACH case. The PT_DETACH case above the sendsig: label already looped over all threads clearing flags in td_dbgflags. Reuse this loop to clear TDB_SUSPEND and move the logic out of the sendsig: block. END