UINT8 __stdcall KdpPollBreakInWithPortLock(){
UINT8 v0;
v0 = 0;
if( (_BYTE)KdDebuggerEnabled )
{
if( KdpContext.KdpControlCPending )
{
v0 = 1;
KdpContext.KdpControlCPending = 0;
}
else
{
return(unsigned int)KdReceivePacket(8i64, 0i64, 0i64, 0i64, 0i64) == 0;
}
}
return v0;
}