reactos/ntoskrnl/kd64
Jérôme Gardou 608032bd08 [NTOS:KD64][NTOS:KDBG] Fix spinlocks use
Raise IRQL before entering debugger, so that KeAcquireSpinLockAtDpcLevel works as expected.
 - HIGH_LEVEL since we don't know where we are coming from.

Do not try to read debug symbol from files in KDBG.
 - There is no reason that this works if Mm didn't map it in the first place.
2021-06-29 11:49:20 +02:00
..
amd64
arm
i386
kdapi.c [NTOS:KD] Merge KdpReportExceptionStateChange() with kd64 version 2020-11-16 08:55:04 +01:00
kdbreak.c
kddata.c [NTOS:KD] Move some KDBG-specific variables to KDBG-specific file 2020-11-16 08:55:04 +01:00
kdinit.c [NTOS:KD] Remove useless uses of _WINKD_ 2020-11-16 08:55:03 +01:00
kdlock.c [NTOS:KD64][NTOS:KDBG] Fix spinlocks use 2021-06-29 11:49:20 +02:00
kdprint.c [NTOS:KD] Avoid large stack buffer in KdpPrint. CORE-17215 2020-11-27 10:31:45 +01:00
kdtrap.c [NTOS:KD64][NTOS:KDBG] Fix spinlocks use 2021-06-29 11:49:20 +02:00