ntoskrnl.exe: Add KdRefreshDebuggerNotPresent() function.

Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Paul Gofman 2020-05-22 20:37:40 +03:00 committed by Alexandre Julliard
parent 056c9df854
commit b91b4b6de1
2 changed files with 8 additions and 0 deletions

View File

@ -3957,3 +3957,10 @@ BOOLEAN WINAPI RtlIsNtDdiVersionAvailable(ULONG version)
FIXME("stub: %d\n", version);
return FALSE;
}
BOOLEAN WINAPI KdRefreshDebuggerNotPresent(void)
{
TRACE(".\n");
return !KdDebuggerEnabled;
}

View File

@ -517,6 +517,7 @@
@ stub KdEnteredDebugger
@ stub KdPollBreakIn
@ stub KdPowerTransition
@ stdcall KdRefreshDebuggerNotPresent()
@ stub Ke386CallBios
@ stdcall Ke386IoSetAccessProcess(ptr long)
@ stub Ke386QueryIoAccessMap