Replace throw_exception with throw in some cases
[deliverable/binutils-gdb.git] / gdb / thread.c
index 010cd24e7e18b8af14f96eb8fefb85e5684e9cc8..5b23b8c1f2a7db16298a793d6a71c3d4ade99301 100644 (file)
@@ -1482,7 +1482,7 @@ thr_try_catch_cmd (thread_info *thr, const char *cmd, int from_tty,
          if (flags.cont)
            printf_filtered ("%s\n", ex.what ());
          else
-           throw_exception (ex);
+           throw;
        }
     }
 }
This page took 0.023543 seconds and 4 git commands to generate.