Date: Thu, 9 Aug 2007 20:14:35 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c src/sys/i386/include cpufunc.h src/share/man/man4 ddb.4 Message-ID: <200708092014.l79KEaBw092055@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2007-08-09 20:14:35 UTC FreeBSD src repository Modified files: sys/i386/i386 machdep.c sys/i386/include cpufunc.h share/man/man4 ddb.4 Log: Add "show sysregs" command to ddb. On i386, this gives gdt, idt, ldt, cr0-4, etc. Support should be added for other platforms that have a different set of registers for system use. Loosely based on: OpenBSD Approved by: re Revision Changes Path 1.42 +7 -1 src/share/man/man4/ddb.4 1.658 +19 -0 src/sys/i386/i386/machdep.c 1.145 +47 -11 src/sys/i386/include/cpufunc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708092014.l79KEaBw092055>