Fix double-free when creating more than one block in JIT debug info reader
[deliverable/binutils-gdb.git] / gdb / inf-loop.c
index 85bd69cac2b24b32c0bc2dc26bdbb1bf14e612cf..f0d8def14157c5c0e6da3aae8fb6c11cdb443b18 100644 (file)
@@ -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);
            }
This page took 0.025321 seconds and 4 git commands to generate.