cvs commit: src/sys/amd64/amd64 db_trace.c src/sys/i386/i386 db_trace.c

Bruce Evans bde at FreeBSD.org
Fri Oct 20 09:44:22 UTC 2006


bde         2006-10-20 09:44:21 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      db_trace.c 
    sys/i386/i386        db_trace.c 
  Log:
  Don't show debug registers in "show registers".  Special registers should
  be displayed specially, and debug registers are among of the least
  interesting special registers (far behind %cr3).  The debug registers
  are still accessible as variables and displayed in another bogus place
  ("show watches").
  
  Revision  Changes    Path
  1.76      +2 -1      src/sys/amd64/amd64/db_trace.c
  1.75      +2 -1      src/sys/i386/i386/db_trace.c


More information about the cvs-all mailing list