Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / mi / mi-cmd-stack.c
index c689d49d230ecabfb6e0d910b98fd1595555e056..0dc0b55bc91519c394ba3a945a8ef750ee32802d 100644 (file)
@@ -540,7 +540,7 @@ list_arg_or_local (const struct frame_arg *arg, enum what_to_list what,
              common_val_print (arg->val, &stb, 0, &opts,
                                language_def (SYMBOL_LANGUAGE (arg->sym)));
            }
-         catch (const gdb_exception_RETURN_MASK_ERROR &except)
+         catch (const gdb_exception_error &except)
            {
              stb.printf (_("<error reading variable: %s>"),
                          except.what ());
This page took 0.043323 seconds and 4 git commands to generate.