[NTOS:KD] Merge KdpReportCommandStringStateChange() with kd64 version

This commit is contained in:
Hervé Poussineau 2020-03-10 00:01:22 +01:00
parent 6f7835d30c
commit 1eda7d7e99
2 changed files with 1 additions and 9 deletions

View file

@ -20,14 +20,6 @@ extern ANSI_STRING KdpLogFileName;
/* PRIVATE FUNCTIONS *********************************************************/
VOID
NTAPI
KdpReportCommandStringStateChange(IN PSTRING NameString,
IN PSTRING CommandString,
IN OUT PCONTEXT Context)
{
}
BOOLEAN
NTAPI
KdpReportExceptionStateChange(IN PEXCEPTION_RECORD ExceptionRecord,

View file

@ -1648,7 +1648,6 @@ KdpReportLoadSymbolsStateChange(IN PSTRING PathName,
} while (Status == ContinueProcessorReselected);
}
#ifdef _WINKD_
VOID
NTAPI
KdpReportCommandStringStateChange(IN PSTRING NameString,
@ -1726,6 +1725,7 @@ KdpReportCommandStringStateChange(IN PSTRING NameString,
} while (Status == ContinueProcessorReselected);
}
#ifdef _WINKD_
BOOLEAN
NTAPI
KdpReportExceptionStateChange(IN PEXCEPTION_RECORD ExceptionRecord,