Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / cli / cli-interp.c
index c8cc1b4657c98528a53510d2af4fe9e8e0cc4f44..c150f40feed212f2951f8a5aadc5df8009f4b5a3 100644 (file)
@@ -367,7 +367,7 @@ safe_execute_command (struct ui_out *command_uiout, const char *command,
     {
       execute_command (command, from_tty);
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &exception)
+  catch (const gdb_exception &exception)
     {
       e = exception;
     }
This page took 0.027219 seconds and 4 git commands to generate.