Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2005 23:23:47 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/amd64 db_trace.c
Message-ID:  <200512272323.jBRNNl2M073689@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512272323.jBRNNl2M073689>