Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.
[deliverable/binutils-gdb.git] / gdb / varobj.h
index e4007bffd1d552f1846b39705cf8dd4ee9221758..1199e0b024c34974d3abce569a8cbd0a72b8a31f 100644 (file)
@@ -215,10 +215,10 @@ struct lang_varobj_ops
                            struct type *new_type);
 };
 
-const struct lang_varobj_ops c_varobj_ops;
-const struct lang_varobj_ops cplus_varobj_ops;
-const struct lang_varobj_ops java_varobj_ops;
-const struct lang_varobj_ops ada_varobj_ops;
+extern const struct lang_varobj_ops c_varobj_ops;
+extern const struct lang_varobj_ops cplus_varobj_ops;
+extern const struct lang_varobj_ops java_varobj_ops;
+extern const struct lang_varobj_ops ada_varobj_ops;
 
 #define default_varobj_ops c_varobj_ops
 /* API functions */
This page took 0.024071 seconds and 4 git commands to generate.