Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2001 06:22:50 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 machdep.c
Message-ID:  <200108131322.f7DDMo786618@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108131322.f7DDMo786618>