summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_alpha.c
Commit message (Collapse)AuthorAgeFilesLines
* Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb jugglingpeter1999-12-271-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$peter1999-08-281-1/+1
|
* make libkvm capable of dealing with a crashdump on alphasgallatin1999-03-121-50/+65
| | | | Reviewed by: Doug Rabson <dfr@nlsystems.com>
* Add an alpha machdep for kvm. The vatop functions are stubbed out fordfr1998-08-151-0/+197
now (mainly because I haven't ported them from the NetBSD crash dump environment). Obtained from: NetBSD
OpenPOWER on IntegriCloud