pjd         2005-12-27 23:23:47 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      db_trace.c 
  Log:
  Fix watch address truncation. The address was truncated when it was passed to
  amd64_set_watch() as 'unsigned int' and 'unsigned int' is 32bit long on amd64.
  
  Even with that fix hardware watchpoint don't work for me on amd64, ie. when
  I set the watchpoint and write a byte there, nothing happens.
  
  Revision  Changes    Path
  1.73      +3 -3      src/sys/amd64/amd64/db_trace.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to