Jérôme Gardou
|
66dea86d68
|
[NTOS:KDBG] Use internal KdpDPrintf instead of DbgPrint
DbgPrint is implemented through a breakpoint, and then KD tries to recursively
lock its own spinlock. Call a lower level routine instead.
|
2021-06-29 11:49:20 +02:00 |
|
Jérôme Gardou
|
3726b992ed
|
[NTOS:KDBG] Begin port for amd64.
Not really functional, but it prints debug output.
Take this as an opportunity to add consistancy between some i386 & amd64 intrinsics
|
2021-04-28 13:10:23 +02:00 |
|
Hervé Poussineau
|
baa47fa5e0
|
[NTOS:KD] Use a PCONTEXT instead of a PKTRAP_FRAME in KDBG
|
2020-11-16 08:55:03 +01:00 |
|
Hervé Poussineau
|
7390376753
|
Revert "[NTOS:KDBG] Use CONTEXT instead of KTRAP_FRAME"
This reverts commit e5bffe49da .
CORE-16231
|
2019-10-19 00:14:12 +02:00 |
|
Hervé Poussineau
|
e5bffe49da
|
[NTOS:KDBG] Use CONTEXT instead of KTRAP_FRAME
Change KdbpTrapFrameToKdbTrapFrame to prefer CONTEXT (if available) over
KTRAP_FRAME.
|
2019-05-23 11:04:40 +02:00 |
|
Colin Finck
|
c2c66aff7d
|
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
|
2017-10-03 07:45:34 +00:00 |
|