gdb/doc/
[deliverable/binutils-gdb.git] / gdb / d-lang.c
index 80504b4b94bdd84dd54b0b6a3d7143ffae3b3027..121040a66028b1fa7f8b6ced50db95ec465d7af1 100644 (file)
@@ -256,6 +256,7 @@ static const struct language_defn d_language_defn =
                                   syntax.  */
   d_val_print,                 /* Print a value using appropriate syntax.  */
   c_value_print,               /* Print a top-level value.  */
+  default_read_var_value,      /* la_read_var_value */
   NULL,                                /* Language specific skip_trampoline.  */
   "this",
   basic_lookup_symbol_nonlocal, 
@@ -273,10 +274,13 @@ static const struct language_defn d_language_defn =
   default_pass_by_reference,
   c_get_string,
   NULL,                                /* la_get_symbol_name_cmp */
-  NULL,
+  iterate_over_symbols,
   LANG_MAGIC
 };
 
+/* Provide a prototype to silence -Wmissing-prototypes.  */
+extern initialize_file_ftype _initialize_d_language;
+
 void
 _initialize_d_language (void)
 {
This page took 0.028211 seconds and 4 git commands to generate.