Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / cp-valprint.c
index f45bacc1f18c1d7b1e998e1e50723cea979cd69d..e883179dfade791664a7dc8ccc38d768051a900f 100644 (file)
@@ -325,7 +325,7 @@ cp_print_value_fields (struct type *type, struct type *real_type,
                      v = value_static_field (type, i);
                    }
 
-                 catch (const gdb_exception_RETURN_MASK_ERROR &ex)
+                 catch (const gdb_exception_error &ex)
                    {
                      fprintf_filtered (stream,
                                        _("<error reading variable: %s>"),
@@ -512,7 +512,7 @@ cp_print_value (struct type *type, struct type *real_type,
        {
          boffset = baseclass_offset (type, i, valaddr, offset, address, val);
        }
-      catch (const gdb_exception_RETURN_MASK_ERROR &ex)
+      catch (const gdb_exception_error &ex)
        {
          if (ex.error == NOT_AVAILABLE_ERROR)
            skip = -1;
This page took 0.033516 seconds and 4 git commands to generate.