mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[NTOS:KD] Merge some more functions with kd64
Functions are KdIsThisAKdTrap, KdUpdateDataBlock, KdEnterDebugger, KdExitDebugger, KdRefreshDebuggerNotPresent, KdDisableDebugger, KdEnableDebuggerWithLock, KdEnableDebugger, KdSystemDebugControl
This commit is contained in:
parent
d0e2fada23
commit
660948ce6f
4 changed files with 100 additions and 237 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue