Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / python / py-cmd.c
index 24321278b79e8ad0368d4be36db39bffb86c4ab2..87d1888c528c3e581f2a5cf348004a8e1cf4c348 100644 (file)
@@ -572,7 +572,7 @@ cmdpy_init (PyObject *self, PyObject *args, PyObject *kw)
        set_cmd_completer_handle_brkchars (cmd,
                                           cmdpy_completer_handle_brkchars);
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &except)
+  catch (const gdb_exception &except)
     {
       xfree (cmd_name);
       xfree (docstring);
This page took 0.025288 seconds and 4 git commands to generate.