Details
-
New Feature
-
Resolution: Fixed
-
Major
-
None
-
Sprint 1
Description
The idea is the following:
- Allow kernel mode modules (drivers, win32k) to register a callback to handle kdbg commands
- When a command like "!dumphandles" is entered in kdbg, all registered callbacks are executed until one returns that it handled the request. If none handled the request an error is shown.