reactos/ntoskrnl/kd64
Hervé Poussineau 5547b74717
[NTOS:KD64] Fix freezes on first chance exception when KDBG is enabled and KdIgnoreUmExceptions is TRUE
This fixes the following use case:
- Execute 'kdbgctrl.exe -du'
- Execute 'kdbgctrl.exe -cu'
- See that last command never finishes
2025-01-28 22:00:55 +01:00
..
amd64 [NTOS:KD64] Simplify some code in debugging helpers 2025-01-28 22:00:34 +01:00
arm [NTOS:KD64] Simplify some code in debugging helpers 2025-01-28 22:00:34 +01:00
i386 [NTOS:KD64] Simplify some code in debugging helpers 2025-01-28 22:00:34 +01:00
kdapi.c [NTOS:KD64] Add a missing KdEnteredDebugger reset in KdExitDebugger() 2025-01-28 22:00:54 +01:00
kdbreak.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
kddata.c [NTOS:KE/x64] Implement Kd processor switching 2024-04-23 15:50:06 +02:00
kdinit.c [NTOS:KD64] Revamp the debugger banner helpers a little. 2024-12-14 23:31:47 +01: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:KD64] Fix freezes on first chance exception when KDBG is enabled and KdIgnoreUmExceptions is TRUE 2025-01-28 22:00:55 +01:00