gdb: Introduce new language field la_struct_too_deep_ellipsis
[deliverable/binutils-gdb.git] / gdb / objc-lang.c
index 1853a69e7542eb4c87c0cfdcdad1f943c0dad355..af92e55a43765b3522bcb4b40b0fb5b7ca8bbbaf 100644 (file)
@@ -408,7 +408,8 @@ extern const struct language_defn objc_language_defn = {
   default_search_name_hash,
   &default_varobj_ops,
   NULL,
-  NULL
+  NULL,
+  "{...}"                      /* la_struct_too_deep_ellipsis */
 };
 
 /*
This page took 0.026925 seconds and 4 git commands to generate.