Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / tracefile-tfile.c
index 6581cb133dcc1375e9cfd36bd2b02d2b3994033b..72d2f70eaf98b5f5cb8211dde5876c409313150b 100644 (file)
@@ -547,7 +547,7 @@ tfile_target_open (const char *arg, int from_tty)
       if (trace_regblock_size == 0)
        error (_("No register block size recorded in trace file"));
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &ex)
+  catch (const gdb_exception &ex)
     {
       /* Remove the partially set up target.  */
       unpush_target (&tfile_ops);
This page took 0.026395 seconds and 4 git commands to generate.