reactos/reactos/ntoskrnl/kd64
Hermès Bélusca-Maïto e214308f84 [CPORTLIB]
Add a #pragma once directive to forbid multiple inclusions of the same header.

[NTOSKRNL:KD64]
Code formatting only

svn path=/trunk/; revision=58805
2013-04-21 14:03:07 +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 - Disable the MiCacheImageSymbols call in MmLoadSystemImage for KD too as this hack is required for rossym rather than KDBG. Fixes detection of non-boot driver images by WinDbg. 2009-11-08 01:13:49 +00:00
kdapi.c - There is no need for the i8042 driver to use a hacked KdSystemDebugControl call to breakpoint or crash on TAB+k/TAB+b. Just call DbgBreakPoint or KeBugCheck directly. 2012-04-08 15:57:04 +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 [NTOSKRNL] 2012-02-08 22:23:10 +00:00
kdinit.c [CPORTLIB] 2013-04-21 14:03:07 +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