Searched hist:18798 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/lib/libkvm/
H A Dkvm_amd64.cdiff 18798 Mon Oct 07 18:17:50 MDT 1996 peter 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)
H A Dkvm_i386.cdiff 18798 Mon Oct 07 18:17:50 MDT 1996 peter 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)

Completed in 155 milliseconds