Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / rust-lang.c
index c14b45b0a2848a308934687f3d68435ae74b8d68..c3857eed2a2e140166f11b20c494949644541c5f 100644 (file)
@@ -1748,7 +1748,7 @@ tuple structs, and tuple-like enum variants"));
                result = value_struct_elt (&lhs, NULL, field_name,
                                           NULL, "structure");
              }
-           catch (const gdb_exception_RETURN_MASK_ERROR &except)
+           catch (const gdb_exception_error &except)
              {
                error (_("Could not find field %s of struct variant %s::%s"),
                       field_name, TYPE_NAME (outer_type),
This page took 0.026253 seconds and 4 git commands to generate.