mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[NTOS:KDBG] Temporarily HACK-remove the duplicated kdb:> when displaying the interactive KDBG prompt.
This commit is contained in:
@@ -3299,7 +3299,8 @@ KdbpCliMainLoop(
|
||||
* Repeat the last one if the user pressed Enter.
|
||||
* This reduces the risk of RSI when single-stepping!
|
||||
*/
|
||||
CmdLen = KdbPrompt(KdbPromptStr.Buffer, Command, sizeof(Command));
|
||||
// TEMP HACK! Issue an empty string instead of duplicating "kdb:>"
|
||||
CmdLen = KdbPrompt(/*KdbPromptStr.Buffer*/"", Command, sizeof(Command));
|
||||
if (CmdLen == 0)
|
||||
{
|
||||
/* Nothing received but the user didn't press Enter, retry */
|
||||
|
||||
Reference in New Issue
Block a user