We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6403c commit beae68eCopy full SHA for beae68e
ntoskrnl/kd64/kdapi.c
@@ -2167,21 +2167,6 @@ KdSystemDebugControl(
2167
/* Handle some internal commands */
2168
switch ((ULONG)Command)
2169
{
2170
-#ifndef _WINKD_
2171
- case BREAKPOINT_PRINT: /* DbgPrint */
2172
- {
2173
- /* Call KDBG */
2174
- BOOLEAN Handled;
2175
- return KdpPrint(MAXULONG,
2176
- DPFLTR_INFO_LEVEL,
2177
- (PCHAR)InputBuffer,
2178
- (USHORT)InputBufferLength,
2179
- PreviousMode,
2180
- NULL, // TrapFrame,
2181
- NULL, // ExceptionFrame,
2182
- &Handled);
2183
- }
2184
-#endif
2185
#if DBG
2186
case ' soR': /* ROS-INTERNAL */
2187
0 commit comments