- KdpSetContext: don't include the CONTEXT data in the reply. WinDbg doesn't like that.

svn path=/branches/ros-amd64-bringup/; revision=43818
This commit is contained in:
Timo Kreuzer
2009-10-28 21:36:00 +00:00
parent 8c70b1e730
commit daab9e149d
+1 -1
View File
@@ -675,7 +675,7 @@ KdpSetContext(IN PDBGKD_MANIPULATE_STATE64 State,
/* Send the reply */
KdSendPacket(PACKET_TYPE_KD_STATE_MANIPULATE,
&Header,
Data,
NULL,
&KdpContext);
}