diff options
Diffstat (limited to 'gdb/inf-loop.c')
-rw-r--r-- | gdb/inf-loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-loop.c b/gdb/inf-loop.c index 85bd69c..f0d8def 100644 --- a/gdb/inf-loop.c +++ b/gdb/inf-loop.c @@ -79,7 +79,7 @@ inferior_event_handler (enum inferior_event_type event_type, the prompt and is typing some unrelated command, so just inform the user and swallow the exception. */ if (current_ui->prompt_state == PROMPT_BLOCKED) - throw_exception (e); + throw; else exception_print (gdb_stderr, e); } |