Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / corelow.c
index a0fab140a149ca5748f2ac410f76accc558c5ee2..22fe7de020c525d467bcde4160df21674d4e4e37 100644 (file)
@@ -466,7 +466,7 @@ core_target_open (const char *arg, int from_tty)
       target_update_thread_list ();
     }
 
-  catch (const gdb_exception_RETURN_MASK_ERROR &except)
+  catch (const gdb_exception_error &except)
     {
       exception_print (gdb_stderr, except);
     }
@@ -520,7 +520,7 @@ core_target_open (const char *arg, int from_tty)
        {
          thread_command (NULL, from_tty);
        }
-      catch (const gdb_exception_RETURN_MASK_ERROR &except)
+      catch (const gdb_exception_error &except)
        {
          exception_print (gdb_stderr, except);
        }
This page took 0.025029 seconds and 4 git commands to generate.