reactos/reactos/ntoskrnl/kd64
Timo Kreuzer e8cff2f3a5 [NDK]
Add a few definitions based on (Windows RT 8.1) symbol files, ks386.inc, ksamd64.inc, ksarm.inc and Windows 10 WDK (ntosp.h ftw!)

svn path=/trunk/; revision=67525
2015-05-02 23:12: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 [NTOSKRNL] 2014-11-15 22:47:51 +00:00
kdbreak.c - Add 'simple' implementation of MmDbgCopyMemory to read/write virtual memory in a somewhat safe way (still no support for physical memory). Properly implement KdpCopyMemoryChunks as a wrapper around MmDbgCopyMemory and make most of the remaining unsafe copies use it instead of RtlCopyMemory. This fixes most of the remaining crashes during KD debugging as WinDbg/KD relies on the kernel support to handle bad addresses. 2009-10-31 01:02:35 +00:00
kddata.c [NDK] 2015-05-02 23:12:19 +00:00
kdinit.c [NTOSKRNL] 2014-05-22 10:18:22 +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 [NTOSKRNL] 2011-08-20 10:41:44 +00:00
kdtrap.c [NTOS] 2012-03-05 14:52:03 +00:00