Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / python / py-prettyprint.c
index a02965da400e88164f04b49353d482c718fb3169..7760cab0ae07c4d42897e6345e30a640fec6535a 100644 (file)
@@ -212,7 +212,7 @@ pretty_print_one_value (PyObject *printer, struct value **out_value)
            }
        }
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &except)
+  catch (const gdb_exception &except)
     {
     }
 
@@ -640,7 +640,7 @@ gdbpy_get_varobj_pretty_printer (struct value *value)
     {
       value = value_copy (value);
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &except)
+  catch (const gdb_exception &except)
     {
       GDB_PY_HANDLE_EXCEPTION (except);
     }
This page took 0.025766 seconds and 4 git commands to generate.