mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTOSKRNL]
Fix aborting of backtraces svn path=/trunk/; revision=50924
This commit is contained in:
@@ -877,6 +877,8 @@ KdbpCmdBackTrace(
|
||||
else
|
||||
KdbpPrint("\n");
|
||||
|
||||
if (KdbOutputAborted) break;
|
||||
|
||||
if (Address == 0)
|
||||
break;
|
||||
|
||||
@@ -2707,6 +2709,7 @@ KdbpCliMainLoop(
|
||||
|
||||
/* Call the command */
|
||||
Continue = KdbpDoCommand(Command);
|
||||
KdbOutputAborted = FALSE;
|
||||
}
|
||||
while (Continue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user