Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / f-valprint.c
index 8d9dd16f7553f925b7692acffd963108cc9cf7f0..37b0ed5176de88f3d9817705d8051acc2795035b 100644 (file)
@@ -413,7 +413,7 @@ info_common_command_for_block (const struct block *block, const char *comname,
                value_print (val, gdb_stdout, &opts);
              }
 
-           catch (const gdb_exception_RETURN_MASK_ERROR &except)
+           catch (const gdb_exception_error &except)
              {
                printf_filtered ("<error reading variable: %s>",
                                 except.what ());
This page took 0.024901 seconds and 4 git commands to generate.