Date: Mon, 5 Feb 2007 21:50:32 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-amd64@FreeBSD.org Subject: Re: amd64/108673: commit references a PR Message-ID: <200702052150.l15LoWLJ078490@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR amd64/108673; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/108673: commit references a PR Date: Mon, 5 Feb 2007 21:48:43 +0000 (UTC) jhb 2007-02-05 21:48:32 UTC FreeBSD src repository Modified files: sys/amd64/include gdb_machdep.h Log: Change GDB_BUFSZ to be large enough to hold a register dump where each register takes 16 characters (64-bit register in hex). In practice this is a slight bit of overkill as 7 of the 56 registers are only 32-bit, but having the buffer too small results in remote kgdb trashing kernel memory when it connects. PR: amd64/108673 Submitted by: Ravi Murty, Nikhil Rao @ Intel MFC after: 3 days Revision Changes Path 1.6 +1 -1 src/sys/amd64/include/gdb_machdep.h _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702052150.l15LoWLJ078490>