[NTOSKRNL] Add a first implementation of !handle command in KDBG
authorPierre Schweitzer <pierre@reactos.org>
Sat, 9 Feb 2019 12:45:19 +0000 (13:45 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 9 Feb 2019 12:46:35 +0000 (13:46 +0100)
commit2991f6e76e8b7587cca1993a332879ee37cf415c
tree0933039f630c96af7cc460631470799cb1caa3fb
parent5bfe6a5376cf3145ece2ce9d7f790b31ec23684e
[NTOSKRNL] Add a first implementation of !handle command in KDBG

It allows dumping all the handles (filtered by PID/Process)
and it displays basic information about file and key handles
ntoskrnl/ex/handle.c
ntoskrnl/kdbg/kdb_cli.c