gdb/rust: Handle printing structures containing strings
[deliverable/binutils-gdb.git] / gdb / d-lang.c
index fe792d855827d983a48813bc4d500a16ae8cf3bf..0f8f916c9b1aea2a424595500408ee852fb73671 100644 (file)
@@ -1,6 +1,6 @@
 /* D language support routines for GDB, the GNU debugger.
 
-   Copyright (C) 2005-2018 Free Software Foundation, Inc.
+   Copyright (C) 2005-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.023469 seconds and 4 git commands to generate.