Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / python / py-lazy-string.c
index 61722d929d1c3823e87289add6b4dd4666cedf46..87c6ceaf2a46bbd0cff25fd6d126c9f0af269439 100644 (file)
@@ -142,7 +142,7 @@ stpy_convert_to_value (PyObject *self, PyObject *args)
          break;
        }
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &except)
+  catch (const gdb_exception &except)
     {
       GDB_PY_HANDLE_EXCEPTION (except);
     }
This page took 0.025246 seconds and 4 git commands to generate.