diff options
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -823,6 +823,8 @@ execute_control_command (cmd) /* Keep iterating so long as the expression is true. */ while (loop == 1) { + QUIT; + /* Evaluate the expression. */ val = evaluate_expression (expr); |