ProcessorState.ContextFrame;
}
- /* Copy it over */
+ /* Copy it over to the debugger */
RtlCopyMemory(Data->Buffer, TargetContext, sizeof(CONTEXT));
Data->Length = sizeof(CONTEXT);
ProcessorState.ContextFrame;
}
- /* Get the context from the PRCB array */
+ /* Copy the new context to it */
RtlCopyMemory(TargetContext, Data->Buffer, sizeof(CONTEXT));
/* Finish up */