reactos/ntoskrnl/kd64
Hermès Bélusca-Maïto c53eb190c7
[NTOS:KD64] Revamp the debugger banner helpers a little.
- Directly call KdpGetMemorySizeInMBs() within KdpPrintBanner(),
  instead of having the caller doing it.
- Use the miarm.h MiIsMemoryTypeInvisible() helper.
- Add Doxygen comments.
2024-12-14 23:31:47 +01:00
..
amd64 [NTOS:KD64] kdx64.c: Implement KdpAllowDisable() the same as in x86 (#7538) 2024-12-03 19:02:28 +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 [NTOS:KD64] kdx86.c: Fix Dr7 check to verify whether debugger disabling is allowed (#7538) 2024-12-03 19:02:21 +01:00
kdapi.c [NTOS:KE/x64] Implement Kd processor switching 2024-04-23 15:50:06 +02: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:KDBG] Minor code style for the following commits 2024-10-14 22:51:51 +02:00