cvs commit: src/sys/amd64/amd64 db_trace.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Tue Dec 27 15:23:57 PST 2005
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
More information about the cvs-src
mailing list