From owner-cvs-src-old@FreeBSD.ORG Sat Feb 6 20:46:31 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98B2A106568F for ; Sat, 6 Feb 2010 20:46:31 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6BCA38FC21 for ; Sat, 6 Feb 2010 20:46:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o16KkV9L078683 for ; Sat, 6 Feb 2010 20:46:31 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o16KkVIt078682 for cvs-src-old@freebsd.org; Sat, 6 Feb 2010 20:46:31 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <201002062046.o16KkVIt078682@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Sat, 6 Feb 2010 20:46:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 trap.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2010 20:46:31 -0000 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