git: debug - Add -v option to vmobjinfo and memory/swap dump
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Dec 28 13:19:07 PST 2014
commit fe18a9dac1cb76b8f9b7b0ba333974647f08e77f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Dec 28 13:17:09 2014 -0800
debug - Add -v option to vmobjinfo and memory/swap dump
* If the -v option is used, the contents of the memory AND swap space
associated with the VM object to be dumped.
* Allow swap devices to be specified on the command line. If not specified,
only active memory is dumped with -v.
* Fixups for new VM object hash table in the kernel.
Summary of changes:
test/debug/vmobjinfo.c | 161 ++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 154 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fe18a9dac1cb76b8f9b7b0ba333974647f08e77f
--
DragonFly BSD source repository
More information about the Commits
mailing list