gdb: Introduce new language field la_struct_too_deep_ellipsis
[deliverable/binutils-gdb.git] / gdb / d-lang.c
index 08b638009ff06de4c40dad71bfffb1745e28652e..751c521a75d27491559be28d29572786c777e4ca 100644 (file)
@@ -250,7 +250,8 @@ extern const struct language_defn d_language_defn =
   default_search_name_hash,
   &default_varobj_ops,
   NULL,
-  NULL
+  NULL,
+  "{...}"                      /* la_struct_too_deep_ellipsis */
 };
 
 /* Build all D language types for the specified architecture.  */
This page took 0.024385 seconds and 4 git commands to generate.