aboutsummaryrefslogtreecommitdiff
path: root/gdb/go-lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/go-lang.h')
-rw-r--r--gdb/go-lang.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/go-lang.h b/gdb/go-lang.h
index ccfcb8d..8647964 100644
--- a/gdb/go-lang.h
+++ b/gdb/go-lang.h
@@ -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) */