mirror of
https://github.com/reactos/reactos.git
synced 2025-07-25 11:04:05 +00:00
[NTOS:KD] Merge KdpReportCommandStringStateChange() with kd64 version
This commit is contained in:
parent
6f7835d30c
commit
1eda7d7e99
2 changed files with 1 additions and 9 deletions
|
@ -20,14 +20,6 @@ extern ANSI_STRING KdpLogFileName;
|
||||||
|
|
||||||
/* PRIVATE FUNCTIONS *********************************************************/
|
/* PRIVATE FUNCTIONS *********************************************************/
|
||||||
|
|
||||||
VOID
|
|
||||||
NTAPI
|
|
||||||
KdpReportCommandStringStateChange(IN PSTRING NameString,
|
|
||||||
IN PSTRING CommandString,
|
|
||||||
IN OUT PCONTEXT Context)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
KdpReportExceptionStateChange(IN PEXCEPTION_RECORD ExceptionRecord,
|
KdpReportExceptionStateChange(IN PEXCEPTION_RECORD ExceptionRecord,
|
||||||
|
|
|
@ -1648,7 +1648,6 @@ KdpReportLoadSymbolsStateChange(IN PSTRING PathName,
|
||||||
} while (Status == ContinueProcessorReselected);
|
} while (Status == ContinueProcessorReselected);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _WINKD_
|
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
KdpReportCommandStringStateChange(IN PSTRING NameString,
|
KdpReportCommandStringStateChange(IN PSTRING NameString,
|
||||||
|
@ -1726,6 +1725,7 @@ KdpReportCommandStringStateChange(IN PSTRING NameString,
|
||||||
} while (Status == ContinueProcessorReselected);
|
} while (Status == ContinueProcessorReselected);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef _WINKD_
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
KdpReportExceptionStateChange(IN PEXCEPTION_RECORD ExceptionRecord,
|
KdpReportExceptionStateChange(IN PEXCEPTION_RECORD ExceptionRecord,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue