New field la_varobj_ops in struct language_defn
[deliverable/binutils-gdb.git] / gdb / f-lang.c
index f40e98d38223f8468714adae072b08d9e602f7b1..ee525618b5586bdc59474c5968c3be0edf59c806 100644 (file)
@@ -27,6 +27,7 @@
 #include "expression.h"
 #include "parser-defs.h"
 #include "language.h"
+#include "varobj.h"
 #include "f-lang.h"
 #include "valprint.h"
 #include "value.h"
@@ -273,6 +274,7 @@ const struct language_defn f_language_defn =
   default_get_string,
   NULL,                                /* la_get_symbol_name_cmp */
   iterate_over_symbols,
+  &default_varobj_ops,
   LANG_MAGIC
 };
 
This page took 0.024605 seconds and 4 git commands to generate.