mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[KDCOM]
- KdpDbgPrint -> KDDBGPRINT - enable KdDebuggerNotPresent change svn path=/branches/ros-amd64-bringup/; revision=43766
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
<module name="kdserial" type="staticlibrary">
|
||||
<include base="kdserial">.</include>
|
||||
<library>ntoskrnl</library>
|
||||
<file>kdserial.c</file>
|
||||
</module>
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user