mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 03:34:11 +00:00
![]() - Introduce KdpScreenAcquire() / KdpScreenRelease() helpers that allow to correctly acquire or release the screen when using INBV for "Screen-Mode" debugging. - Introduce KdpAcquireLock() / KdpReleaseLock() helpers so as to reduce the copy-pasted code required when acquiring spin-locks in the KD debug logger functions. - Close the opened KdpLogFileHandle file in the KdpInitDebugLog() logger in case we failed to create the logger writer thread. Also use explicit kernel-mode handle when opening the log file. - static-ify some local variables, remove few hardcoded values, and minor formatting. - Correctly define the INIT_FUNCTION's. |
||
---|---|---|
.. | ||
amd64 | ||
i386 | ||
kdb.c | ||
kdb.h | ||
kdb_cli.c | ||
kdb_expr.c | ||
kdb_keyboard.c | ||
kdb_serial.c | ||
kdb_symbols.c | ||
kdb_symbols.cmake.c |