diff options
Diffstat (limited to 'gdb/event-top.c')
-rw-r--r-- | gdb/event-top.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/event-top.c b/gdb/event-top.c index 33aef7d..ef4ceed 100644 --- a/gdb/event-top.c +++ b/gdb/event-top.c @@ -522,7 +522,8 @@ async_enable_stdin (void) { struct ui *ui = current_ui; - if (ui->prompt_state == PROMPT_BLOCKED) + if (ui->prompt_state == PROMPT_BLOCKED + && !ui->keep_prompt_blocked) { target_terminal::ours (); ui->register_file_handler (); |