svn commit: r244077 - head/sys/amd64/amd64

Robert Watson rwatson at FreeBSD.org
Mon Dec 10 08:39:49 UTC 2012


On Mon, 10 Dec 2012, Konstantin Belousov wrote:

> Author: kib
> Date: Mon Dec 10 05:14:34 2012
> New Revision: 244077
> URL: http://svnweb.freebsd.org/changeset/base/244077
>
> Log:
>  Add amd64-specific ddb command "show pte".  The command displays the
>  hierarchy of the page table entries which map the specified address.
>
>  Reviewed by:	alc (previous version)
>  Sponsored by:	The FreeBSD Foundation
>  MFC after:	1 week

Ah, very nice indeed -- I'd actually like to see similar MD page table dumping 
routines for other architectures, especially MIPS with its software-defined 
page tables.

Robert


More information about the svn-src-all mailing list