Date: Mon, 7 Oct 1996 13:17:52 -0700 (PDT) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libkvm kvm_i386.c Message-ID: <199610072017.NAA25130@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 96/10/07 13:17:51 Modified: lib/libkvm kvm_i386.c Log: Implement virtual-to-physical address mapping for the kvm library on dead kernel debugging. The previous code was a "do nothing". The most obvious side effect of this is that you can now do things like this and reasonably expect them to work: dmesg -M /var/crash/vmcore.3 -N /var/crash/kernel.3 ps -axl -M /var/crash/vmcore.3 -N /var/crash/kernel.3 A good deal of this was lifted from the gdb code to do this, as well as from NetBSD's libkvm (which has completely different VM macros) Revision Changes Path 1.9 +65 -20 src/lib/libkvm/kvm_i386.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610072017.NAA25130>