ntoskrnl.exe: Add KdDisableDebugger/KdEnableDebugger stubs.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50599
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Austin English 2021-02-01 15:25:41 -06:00 committed by Alexandre Julliard
parent cfbbde2abc
commit e8cb99466b
2 changed files with 14 additions and 2 deletions

View File

@ -4256,6 +4256,18 @@ void WINAPI KeUnstackDetachProcess(KAPC_STATE *apc_state)
FIXME("apc_state %p stub.\n", apc_state);
}
NTSTATUS WINAPI KdDisableDebugger(void)
{
FIXME(": stub.\n");
return STATUS_DEBUGGER_INACTIVE;
}
NTSTATUS WINAPI KdEnableDebugger(void)
{
FIXME(": stub.\n");
return STATUS_DEBUGGER_INACTIVE;
}
/*****************************************************
* DllMain
*/

View File

@ -515,8 +515,8 @@
@ stub IoWriteTransferCount
@ extern KdDebuggerEnabled
@ stub KdDebuggerNotPresent
@ stub KdDisableDebugger
@ stub KdEnableDebugger
@ stdcall KdDisableDebugger()
@ stdcall KdEnableDebugger()
@ stub KdEnteredDebugger
@ stub KdPollBreakIn
@ stub KdPowerTransition