Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb juggling | peter | 1999-12-27 | 1 | -1/+0 |
| | | | | | | and is module aware. Yes, this means that kvm_nlist(3) will find symbols in loaded modules. The emulation of the nlist struct is pretty crude but seems to work well enough for all the users in the tree that I found. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | make libkvm capable of dealing with a crashdump on alphas | gallatin | 1999-03-12 | 1 | -50/+65 |
| | | | | Reviewed by: Doug Rabson <dfr@nlsystems.com> | ||||
* | Add an alpha machdep for kvm. The vatop functions are stubbed out for | dfr | 1998-08-15 | 1 | -0/+197 |
now (mainly because I haven't ported them from the NetBSD crash dump environment). Obtained from: NetBSD |