K 10 svn:author V 6 marcel K 8 svn:date V 27 2010-02-06T20:46:14.701138Z K 7 svn:log V 289 Fix single-stepping when the kernel was entered through the EPC syscall path. When the taken branch leaves the kernel and enters the process, we still need to execute the instruction at that address. Don't raise SIGTRAP when we branch into the process, but enable single-stepping instead. END