debug - Add -v option to vmobjinfo and memory/swap dump
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 28 Dec 2014 21:17:09 +0000 (13:17 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 28 Dec 2014 21:17:09 +0000 (13:17 -0800)
commitfe18a9dac1cb76b8f9b7b0ba333974647f08e77f
tree29f6db7755f3c82f6983afaa128e089abe08ba11
parent04b49f50036d6907147be5ce0fb534c55221a4c4
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.
test/debug/vmobjinfo.c