Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / thread.c
index cde7c34df692741127da848b306be02edd43b142..010cd24e7e18b8af14f96eb8fefb85e5684e9cc8 100644 (file)
@@ -1471,7 +1471,7 @@ thr_try_catch_cmd (thread_info *thr, const char *cmd, int from_tty,
          printf_filtered ("%s", cmd_result.c_str ());
        }
     }
-  catch (const gdb_exception_RETURN_MASK_ERROR &ex)
+  catch (const gdb_exception_error &ex)
     {
       if (!flags.silent)
        {
This page took 0.025293 seconds and 4 git commands to generate.