File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 16
16
17
17
/* UTILITY FUNCTIONS *********************************************************/
18
18
19
+ #ifdef _WINKD_
19
20
/*
20
21
* Get the total size of the memory before
21
22
* Mm is initialized, by counting the number
@@ -92,6 +93,7 @@ KdUpdateDataBlock(VOID)
92
93
KdDebuggerDataBlock .KeUserCallbackDispatcher =
93
94
(ULONG_PTR )KeUserCallbackDispatcher ;
94
95
}
96
+ #endif
95
97
96
98
BOOLEAN
97
99
NTAPI
@@ -137,6 +139,7 @@ KdRegisterDebuggerDataBlock(IN ULONG Tag,
137
139
return TRUE;
138
140
}
139
141
142
+ #ifdef _WINKD_
140
143
BOOLEAN
141
144
NTAPI
142
145
KdInitSystem (IN ULONG BootPhase ,
@@ -459,3 +462,4 @@ KdInitSystem(IN ULONG BootPhase,
459
462
/* Return initialized */
460
463
return TRUE;
461
464
}
465
+ #endif
Original file line number Diff line number Diff line change 47
47
48
48
/* FUNCTIONS *****************************************************************/
49
49
50
+ #ifdef _WINKD_
50
51
BOOLEAN
51
52
NTAPI
52
53
KdpReport (IN PKTRAP_FRAME TrapFrame ,
@@ -335,3 +336,5 @@ KdIsThisAKdTrap(IN PEXCEPTION_RECORD ExceptionRecord,
335
336
return FALSE;
336
337
}
337
338
}
339
+
340
+ #endif
Original file line number Diff line number Diff line change @@ -397,9 +397,12 @@ if(NOT _WINKD_)
397
397
${REACTOS_SOURCE_DIR} /ntoskrnl/kd/kdio.c
398
398
${REACTOS_SOURCE_DIR} /ntoskrnl/kd/kdmain.c
399
399
${REACTOS_SOURCE_DIR} /ntoskrnl/kd64/kdapi.c
400
+ ${REACTOS_SOURCE_DIR} /ntoskrnl/kd64/kdbreak.c
400
401
${REACTOS_SOURCE_DIR} /ntoskrnl/kd64/kddata.c
402
+ ${REACTOS_SOURCE_DIR} /ntoskrnl/kd64/kdinit.c
401
403
${REACTOS_SOURCE_DIR} /ntoskrnl/kd64/kdlock.c
402
- ${REACTOS_SOURCE_DIR} /ntoskrnl/kd64/kdprint.c )
404
+ ${REACTOS_SOURCE_DIR} /ntoskrnl/kd64/kdprint.c
405
+ ${REACTOS_SOURCE_DIR} /ntoskrnl/kd64/kdtrap.c )
403
406
404
407
else () # _WINKD_
405
408
You can’t perform that action at this time.
0 commit comments