Convert Go printing to value-based API
[deliverable/binutils-gdb.git] / gdb / go-lang.h
index ccfcb8d8cafeb797c7779cd78cdda14011e53276..8647964ab60145d4b9e310a1c10eda573744981c 100644 (file)
@@ -88,4 +88,10 @@ extern void go_val_print (struct type *type,
                          struct value *val,
                          const struct value_print_options *options);
 
+/* Implement la_value_print_inner for Go.  */
+
+extern void go_value_print_inner (struct value *value,
+                                 struct ui_file *stream, int recurse,
+                                 const struct value_print_options *options);
+
 #endif /* !defined (GO_LANG_H) */
This page took 0.023871 seconds and 4 git commands to generate.