From owner-cvs-all Wed Jul 25 19:29:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6023A37B401; Wed, 25 Jul 2001 19:29:10 -0700 (PDT) (envelope-from bsd@FreeBSD.org) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6Q2TAc75464; Wed, 25 Jul 2001 19:29:10 -0700 (PDT) (envelope-from bsd) Message-Id: <200107260229.f6Q2TAc75464@freefall.freebsd.org> From: "Brian S. Dean" Date: Wed, 25 Jul 2001 19:29:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c swtch.s X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2001/07/25 19:29:10 PDT Modified files: (Branch: RELENG_4) sys/i386/i386 machdep.c swtch.s Log: MFC revisions 1.464 and 1.115 of machdep.c and swtch.s respectively to provide better handling of reserved debug register bits; allows debuggers to write back the unmodified value of dr7 that they received from the traced process's PCB without it failing with EINVAL, while still preserving reserved bit settings for the CPU. Revision Changes Path 1.385.2.14 +1 -6 src/sys/i386/i386/machdep.c 1.89.2.4 +9 -3 src/sys/i386/i386/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message