[ros-dev] [ros-diffs] [ion] 24595: - Implement DbgkpQueueMessage. This is the main bi-directional communication routine for the newer non-LPC Debug Object. - Implement DbgkPostFakeProcessCreateMessages (and stub DbgkpPostFakeThreadMessages and DbgkpPostFakeModuleMessages). These are required when attaching to a process after threads have been created and modules loaded, so that the debugger can have a valid state. - Still missing the two functions to Set/Clear the Debug Object, will do these next.
Thomas Weidenmueller
w3seek at reactos.com
Sun Oct 22 22:02:33 CEST 2006
> Well since Thomas never replied I'll do it myself. RtlCopy is, in fact,
> the faster variant. I was about to change all the Nt code but Thomas did it.
Oops, in fact I did reply. I just used the wrong email address so it
never got through :(
Yes, RtlCopyMemory <=> memcpy doesn't handle overlapping regions and is
faster. RtlMoveMemory <=> memmove handles overlapping regions.
- Thomas
More information about the Ros-dev
mailing list