Use styled_string for "show logging filename"
[deliverable/binutils-gdb.git] / gdb / opencl-lang.c
index c1ea66eea3924a9c71d38ae9fea36e1da0e75c91..8ced334a2d3091907b576be6879e217e2666a5b7 100644 (file)
@@ -26,6 +26,7 @@
 #include "language.h"
 #include "varobj.h"
 #include "c-lang.h"
+#include "gdbarch.h"
 
 /* This macro generates enum values from a given type.  */
 
@@ -1086,7 +1087,9 @@ extern const struct language_defn opencl_language_defn =
   default_search_name_hash,
   &default_varobj_ops,
   NULL,
-  NULL
+  NULL,
+  c_is_string_type_p,
+  "{...}"                      /* la_struct_too_deep_ellipsis */
 };
 
 static void *
This page took 0.023269 seconds and 4 git commands to generate.