mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
Fix booting with /DEBUGPORT=GDB and Pice too.
svn path=/trunk/; revision=24215
This commit is contained in:
@@ -57,6 +57,7 @@ KdpGetWrapperDebugMode(PCHAR Currentp2,
|
||||
|
||||
/* Enable Debugging */
|
||||
KdDebuggerEnabled = TRUE;
|
||||
KdDebuggerNotPresent = FALSE;
|
||||
WrapperInitRoutine = KdpGdbStubInit;
|
||||
}
|
||||
|
||||
@@ -69,6 +70,7 @@ KdpGetWrapperDebugMode(PCHAR Currentp2,
|
||||
|
||||
/* Enable Debugging */
|
||||
KdDebuggerEnabled = TRUE;
|
||||
KdDebuggerNotPresent = FALSE;
|
||||
}
|
||||
|
||||
#ifdef KDBG
|
||||
@@ -136,7 +138,7 @@ KdpCallInitRoutine(ULONG BootPhase)
|
||||
{
|
||||
PLIST_ENTRY CurrentEntry;
|
||||
PKD_DISPATCH_TABLE CurrentTable;
|
||||
|
||||
|
||||
/* Call the registered handlers */
|
||||
CurrentEntry = KdProviders.Flink;
|
||||
while (CurrentEntry != &KdProviders)
|
||||
|
||||
Reference in New Issue
Block a user