From owner-cvs-all Mon Aug 13 9:34:32 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id 4032E37B406; Mon, 13 Aug 2001 09:34:26 -0700 (PDT) (envelope-from julian@elischer.org) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id JAA02755; Mon, 13 Aug 2001 09:36:59 -0700 (PDT) Date: Mon, 13 Aug 2001 09:36:58 -0700 (PDT) From: Julian Elischer To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c In-Reply-To: <200108131322.f7DDMo786618@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 hooray! On Mon, 13 Aug 2001, Bruce Evans wrote: > bde 2001/08/13 06:22:50 PDT > > Modified files: > sys/i386/i386 machdep.c > Log: > Use interrupt gates instead of trap gates for breakpoint and trace > traps, so that ddb can keep control (almost) no matter how it is > entered. This breaks time-critical interrupts while the system is > stopped in ddb, but I haven't noticed any significant problems except > that applications become confused about the time. Lost time will be > adjusted for later. Anyway, the half-baked disabling of interrupts in > Debugger() gives the same problems for the usual way of entering ddb. > > Revision Changes Path > 1.468 +3 -3 src/sys/i386/i386/machdep.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message