[NTOS:KD] Merge some more functions with kd64

Functions are KdIsThisAKdTrap, KdUpdateDataBlock, KdEnterDebugger,
KdExitDebugger, KdRefreshDebuggerNotPresent, KdDisableDebugger,
KdEnableDebuggerWithLock, KdEnableDebugger, KdSystemDebugControl
This commit is contained in:
Hervé Poussineau 2020-03-07 19:14:09 +01:00
parent d0e2fada23
commit 660948ce6f
4 changed files with 100 additions and 237 deletions

View file

@ -84,16 +84,16 @@ KdpPrintBanner(IN SIZE_T MemSizeMBs)
/* FUNCTIONS *****************************************************************/
#ifdef _WINKD_
VOID
NTAPI
KdUpdateDataBlock(VOID)
{
#ifdef _WINKD_
/* Update the KeUserCallbackDispatcher pointer */
KdDebuggerDataBlock.KeUserCallbackDispatcher =
(ULONG_PTR)KeUserCallbackDispatcher;
}
#endif
}
BOOLEAN
NTAPI