mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
6cf426345b
Override DbgPrint(), used by the debugger banner DPRINTs, because KdInitSystem() can be called under the debugger lock by KdEnableDebugger(WithLock)(). In this case, when DbgPrint() (re-)enters the debugger via an interrupt and acquires the debugger lock, a deadlock occurs. |
||
---|---|---|
.. | ||
amd64 | ||
arm | ||
i386 | ||
kdapi.c | ||
kdbreak.c | ||
kddata.c | ||
kdinit.c | ||
kdlock.c | ||
kdprint.c | ||
kdtrap.c |