gdb/rust: Handle printing structures containing strings
[deliverable/binutils-gdb.git] / gdb / d-lang.c
index 637e012b32e76c6213e519849fcaa27f673d692a..0f8f916c9b1aea2a424595500408ee852fb73671 100644 (file)
@@ -251,7 +251,8 @@ extern const struct language_defn d_language_defn =
   &default_varobj_ops,
   NULL,
   NULL,
-  LANG_MAGIC
+  c_is_string_type_p,
+  "{...}"                      /* la_struct_too_deep_ellipsis */
 };
 
 /* Build all D language types for the specified architecture.  */
This page took 0.023376 seconds and 4 git commands to generate.