cvs commit: src/sys/amd64/amd64 db_trace.c machdep.c src/sys/amd64/include reg.h src/sys/i386/i386 db_trace.c machdep.c src/sys/i386/include reg.h

John Baldwin jhb at FreeBSD.org
Fri Nov 17 19:20:33 UTC 2006


jhb         2006-11-17 19:20:32 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      db_trace.c machdep.c 
    sys/amd64/include    reg.h 
    sys/i386/i386        db_trace.c machdep.c 
    sys/i386/include     reg.h 
  Log:
  - Add macro constants for the various fields in %dr7 and use them in place
    of various scattered magic values.
  - Pretty print the address of hardware watchpoints in 'show watch' rather
    than just displaying hex.
  - Expand address field width on amd64 for 64-bit pointers.
  
  Revision  Changes    Path
  1.79      +33 -30    src/sys/amd64/amd64/db_trace.c
  1.662     +9 -8      src/sys/amd64/amd64/machdep.c
  1.37      +12 -0     src/sys/amd64/include/reg.h
  1.78      +31 -28    src/sys/i386/i386/db_trace.c
  1.642     +9 -8      src/sys/i386/i386/machdep.c
  1.33      +12 -0     src/sys/i386/include/reg.h


More information about the cvs-src mailing list