- KdpDbgPrint -> KDDBGPRINT
- enable KdDebuggerNotPresent change

svn path=/branches/ros-amd64-bringup/; revision=43766
This commit is contained in:
Timo Kreuzer
2009-10-26 02:11:03 +00:00
parent 0076b6520b
commit 39dcdc086e
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@
<module name="kdserial" type="staticlibrary">
<include base="kdserial">.</include>
<library>ntoskrnl</library>
<file>kdserial.c</file>
</module>
+2 -2
View File
@@ -124,7 +124,7 @@ KdpReceivePacketLeader(
/* Check for breakin byte */
if (Byte == BREAKIN_PACKET_BYTE)
{
KdpDbgPrint("BREAKIN_PACKET_BYTE\n");
KDDBGPRINT("BREAKIN_PACKET_BYTE\n");
Index = 0;
Buffer[0] = Byte;
continue;
@@ -138,7 +138,7 @@ KdpReceivePacketLeader(
while (Index < 4);
/* Enable the debugger */
// KdDebuggerNotPresent = FALSE;
KdDebuggerNotPresent = FALSE;
SharedUserData->KdDebuggerEnabled |= 0x00000002;
/* Return the received packet leader */