reactos/ntoskrnl/kd64
Hermès Bélusca-Maïto edb6d19aa8
[NTOS:KD64] Only use the UNIMPLEMENTED macro in the debugger's KdpSys* helpers.
This basically avoids re-entering the debugger (via the embedded breakpoint)
while we are already running within its context.

In addition, this allows the tests for Kd/NtSystemDebugControl
(see PRs #7424 and #7426) to run without having ReactOS to crash.
2024-11-21 22:34:37 +01:00
..
amd64 [NTOS:KD64] Only use the UNIMPLEMENTED macro in the debugger's KdpSys* helpers. 2024-11-21 22:34:37 +01:00
arm [NTOS:KD64] Only use the UNIMPLEMENTED macro in the debugger's KdpSys* helpers. 2024-11-21 22:34:37 +01:00
i386
kdapi.c [NTOS:KE/x64] Implement Kd processor switching 2024-04-23 15:50:06 +02:00
kdbreak.c
kddata.c [NTOS:KE/x64] Implement Kd processor switching 2024-04-23 15:50:06 +02:00
kdinit.c [NTOS:KE/x64] Implement Kd processor switching 2024-04-23 15:50:06 +02:00
kdlock.c [NTOS:KD64] KdPollBreakIn(): Use the KeRestoreInterrupts() inline. 2021-09-12 18:16:13 +02:00
kdprint.c [NTOS:KD64] Format string of KdpDprintf can be const. 2023-03-22 19:57:59 +01:00
kdtrap.c [NTOS:KDBG] Minor code style for the following commits 2024-10-14 22:51:51 +02:00