mirror of
https://github.com/reactos/reactos.git
synced 2025-07-12 10:54:13 +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
|
||||||
|
@ -136,7 +138,7 @@ KdpCallInitRoutine(ULONG BootPhase)
|
||||||
{
|
{
|
||||||
PLIST_ENTRY CurrentEntry;
|
PLIST_ENTRY CurrentEntry;
|
||||||
PKD_DISPATCH_TABLE CurrentTable;
|
PKD_DISPATCH_TABLE CurrentTable;
|
||||||
|
|
||||||
/* Call the registered handlers */
|
/* Call the registered handlers */
|
||||||
CurrentEntry = KdProviders.Flink;
|
CurrentEntry = KdProviders.Flink;
|
||||||
while (CurrentEntry != &KdProviders)
|
while (CurrentEntry != &KdProviders)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue