reactos/reactos/ntoskrnl/kd64
Stefan Ginsberg 8ea1ea856d [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
2015-10-15 12:56:19 +00:00
..
amd64 [NTOSKRNL-CMLIB] 2013-01-07 22:11:06 +00:00
arm [NTOSKRNL-CMLIB] 2013-01-07 22:11:06 +00:00
i386 [NTOSKRNL] 2015-05-02 23:11:50 +00:00
kdapi.c [NTOS] 2015-10-15 12:56:19 +00:00
kdbreak.c [NTOS:KD]: Disable to dprints. 2015-08-29 16:56:09 +00:00
kddata.c [NTOS] Implement the KD Get/SetContextEx functionality (copying part of a CONTEXT via Offset + Byte Count instead of copying a whole context), and stub out KdpWriteCustomBreakpoint. Newer WinDbg uses the GetContextEx functionality regardless of whether we report it as supported or not, and didn't seem to fall back on the regular GetContext functionality when it was missing, so whatever it was using it for should work awesome now. This had no impact on the broken Registers window though. Also small fix to use the _M_XXX checks consistently. 2015-09-28 14:08:54 +00:00
kdinit.c [NTOS:KD] 2015-08-28 03:03:26 +00:00
kdlock.c - Fix support for /CRASHDEBUG and /NODEBUG; we didn't respect those settings properly and would initialize KD at boot even if they were set. 2009-11-02 17:45:51 +00:00
kdprint.c [NTOS] 2015-10-15 12:56:19 +00:00
kdtrap.c [NTOS] 2015-10-15 12:56:19 +00:00