Date: Sat, 6 Feb 2010 20:46:14 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/ia64/ia64 trap.c Message-ID: <201002062046.o16KkVIt078682@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2010-02-06 20:46:14 UTC FreeBSD src repository Modified files: sys/ia64/ia64 trap.c Log: SVN rev 203572 on 2010-02-06 20:46:14Z by marcel 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. Revision Changes Path 1.135 +5 -4 src/sys/ia64/ia64/trap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002062046.o16KkVIt078682>