K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-12-27T23:23:47.000000Z K 7 svn:log V 296 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. END