mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
Fix booting with /DEBUGPORT=GDB and Pice too.
svn path=/trunk/; revision=24215
This commit is contained in:
parent
9907e96a49
commit
b9ade034f9
1 changed files with 3 additions and 1 deletions
|
@ -57,6 +57,7 @@ KdpGetWrapperDebugMode(PCHAR Currentp2,
|
||||||
|
|
||||||
/* Enable Debugging */
|
/* Enable Debugging */
|
||||||
KdDebuggerEnabled = TRUE;
|
KdDebuggerEnabled = TRUE;
|
||||||
|
KdDebuggerNotPresent = FALSE;
|
||||||
WrapperInitRoutine = KdpGdbStubInit;
|
WrapperInitRoutine = KdpGdbStubInit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -69,6 +70,7 @@ KdpGetWrapperDebugMode(PCHAR Currentp2,
|
||||||
|
|
||||||
/* Enable Debugging */
|
/* Enable Debugging */
|
||||||
KdDebuggerEnabled = TRUE;
|
KdDebuggerEnabled = TRUE;
|
||||||
|
KdDebuggerNotPresent = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef KDBG
|
#ifdef KDBG
|
||||||
|
|
Loading…
Reference in a new issue