Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / linux-fork.c
index 229f660eb919320440d68e9648019125f5bb348b..d323a716e3992d33e520873674de79f651ccb678 100644 (file)
@@ -433,7 +433,7 @@ public:
            fork_load_infrun_state (m_oldfp);
            insert_breakpoints ();
          }
-       catch (const gdb_exception_RETURN_MASK_ALL &ex)
+       catch (const gdb_exception &ex)
          {
            warning (_("Couldn't restore checkpoint state in %s: %s"),
                     target_pid_to_str (m_oldfp->ptid).c_str (),
This page took 0.034264 seconds and 4 git commands to generate.