[NTOS]
authorStefan Ginsberg <stefanginsberg@gmail.com>
Thu, 15 Oct 2015 12:56:19 +0000 (12:56 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Thu, 15 Oct 2015 12:56:19 +0000 (12:56 +0000)
commit8ea1ea856d4a888b9fbd408c94951cd375024f99
treef219ea2071c60fdf08cf8e48fe8dc0d1002cfb62
parent017269e128e9361ed94e164b823ee6060d98541c
[NTOS]
Isolate KD a bit by replacing Rtl* memory routines with internal versions. Lets one put breakpoints inside kernel memcpy/memset without making KD very, very sad. Fix MmDbgCopyMemory to also not use RtlCopyMemory -- there is no need for it since it only performs 1-to-8 byte copies anyway. Minor fixes in the print/prompt routines.

svn path=/trunk/; revision=69539
reactos/ntoskrnl/include/internal/kd64.h
reactos/ntoskrnl/kd64/kdapi.c
reactos/ntoskrnl/kd64/kdprint.c
reactos/ntoskrnl/kd64/kdtrap.c
reactos/ntoskrnl/mm/ARM3/session.c