reactos/reactos/ntoskrnl/kd64
Thomas Faber 4c091ac8d1 [NTOS:KD]
- Actually write back the response to the user buffer in KdpPrompt

svn path=/trunk/; revision=69883
2015-11-14 08:55:46 +00:00
..
amd64 [NTOSKRNL-CMLIB] 2013-01-07 22:11:06 +00:00
arm [NTOSKRNL-CMLIB] 2013-01-07 22:11:06 +00:00
i386 [NTOSKRNL] 2015-05-02 23:11:50 +00:00
kdapi.c [NTOS] 2015-10-15 12:56:19 +00:00
kdbreak.c [NTOS:KD]: Disable to dprints. 2015-08-29 16:56:09 +00:00
kddata.c [NTOS] Implement the KD Get/SetContextEx functionality (copying part of a CONTEXT via Offset + Byte Count instead of copying a whole context), and stub out KdpWriteCustomBreakpoint. Newer WinDbg uses the GetContextEx functionality regardless of whether we report it as supported or not, and didn't seem to fall back on the regular GetContext functionality when it was missing, so whatever it was using it for should work awesome now. This had no impact on the broken Registers window though. Also small fix to use the _M_XXX checks consistently. 2015-09-28 14:08:54 +00:00
kdinit.c [NTOS:KD] 2015-08-28 03:03:26 +00:00
kdlock.c - Fix support for /CRASHDEBUG and /NODEBUG; we didn't respect those settings properly and would initialize KD at boot even if they were set. 2009-11-02 17:45:51 +00:00
kdprint.c [NTOS:KD] 2015-11-14 08:55:46 +00:00
kdtrap.c [NTOS] 2015-10-15 12:56:19 +00:00