C++ compile support
[deliverable/binutils-gdb.git] / gdb / c-lang.c
index 5ad580182c04ee89797d3a93f643341b5b69296e..6bae4c18ec65dc19ecd1d35563495cf603bc2aef 100644 (file)
@@ -1017,8 +1017,8 @@ extern const struct language_defn cplus_language_defn =
   iterate_over_symbols,
   cp_search_name_hash,
   &cplus_varobj_ops,
-  NULL,
-  NULL,
+  cplus_get_compile_context,
+  cplus_compute_program,
   LANG_MAGIC
 };
 
This page took 0.038327 seconds and 4 git commands to generate.