Make exceptions use std::string and be self-managing
[deliverable/binutils-gdb.git] / gdb / gnu-v3-abi.c
index 15c7c66700133c119e7b556946f5b886c17761cb..786f416153731f58b9cde7297f86a4408bcdbf62 100644 (file)
@@ -912,7 +912,7 @@ print_one_vtable (struct gdbarch *gdbarch, struct value *value,
        }
       CATCH (ex, RETURN_MASK_ERROR)
        {
-         printf_filtered (_("<error: %s>"), ex.message);
+         printf_filtered (_("<error: %s>"), ex.what ());
          got_error = 1;
        }
       END_CATCH
This page took 0.03795 seconds and 4 git commands to generate.