reactos/ntoskrnl/kdbg
Hermès Bélusca-Maïto e619f89020
[NTOS:KDBG] Fix and improve KdbpReadCommand(). (#4914)
- Don't read anything and return immediately if the buffer size is zero.

- Allow the controlling keys (up/down arrows, backspace) even if the
  buffer is full! (especially backspace if too much has been written).

- Return the number of characters stored, not counting the NULL terminator.
2023-01-06 14:44:50 +01:00
..
amd64 [NTOS:KDBG] Nuke KdbEnter and KdbpCliModuleLoaded 2022-07-20 23:57:42 +02:00
i386 [NTOS:KDBG] Nuke KdbEnter and KdbpCliModuleLoaded 2022-07-20 23:57:42 +02:00
kdb.c [KDBG] Fix x64 KDBG 2022-07-20 23:57:42 +02:00
kdb.h [NTOS:KDBG] Deduplicate code between KdbpPrint() and KdbpPager(). 2022-11-22 02:10:54 +01:00
kdb_cli.c [NTOS:KDBG] Fix and improve KdbpReadCommand(). (#4914) 2023-01-06 14:44:50 +01:00
kdb_expr.c [KDBG] Fix x64 KDBG 2022-07-20 23:57:42 +02:00
kdb_keyboard.c [NTOS:KDBG] Fix and improve KdbpReadCommand(). (#4914) 2023-01-06 14:44:50 +01:00
kdb_serial.c
kdb_symbols.c [NTOS:KD] Cleanup of some old code. 2022-11-18 18:11:30 +01:00