]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 310028: Use db_lookup_proc() in the DDB 'show procvm' command.
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 18 Jan 2017 22:40:22 +0000 (22:40 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 18 Jan 2017 22:40:22 +0000 (22:40 +0000)
commit65a6429f40fc6047beab833e0f1daf642879bdb1
treecbf7f445334048e4f232e1006d8f4db607ce4af9
parent81eab38237c4c1d494c052e05f472b8a6d388eee
MFC 310028: Use db_lookup_proc() in the DDB 'show procvm' command.

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

git-svn-id: svn://svn.freebsd.org/base/stable/10@312397 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/vm/vm_map.c