]> xenbits.xensource.com Git - people/royger/freebsd.git/commit
Use db_lookup_proc() in the DDB 'show procvm' command.
authorjhb <jhb@FreeBSD.org>
Tue, 13 Dec 2016 19:22:43 +0000 (19:22 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 13 Dec 2016 19:22:43 +0000 (19:22 +0000)
commit6b0130d5b39631fb3f9d06ce5940e24cc087ca2c
treecb4f5c5574340ff2df7f2b40b80ff680d0648c6a
parent1c07fe6e4b3f25e1884d97ac8214aaa2ef83d40d
Use db_lookup_proc() in the DDB 'show procvm' command.

This allows processes to be identified by PID as well as a pointer address.

MFC after: 2 weeks
Sponsored by: DARPA / AFRL
sys/vm/vm_map.c