From 62c4663d3c59b53e622b2f83eeae7c8d47c656dd Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 13 Mar 2020 17:39:52 -0600 Subject: Introduce m2_value_print_inner This introduces m2_value_print_inner. gdb/ChangeLog 2020-03-13 Tom Tromey * m2-valprint.c (m2_value_print_inner): New function. * m2-lang.h (m2_value_print_inner): Declare. * m2-lang.c (m2_language_defn): Use m2_value_print_inner. --- gdb/m2-lang.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/m2-lang.h') diff --git a/gdb/m2-lang.h b/gdb/m2-lang.h index 81c3460..636ba39 100644 --- a/gdb/m2-lang.h +++ b/gdb/m2-lang.h @@ -40,6 +40,11 @@ extern void m2_val_print (struct type *, int, CORE_ADDR, struct value *, const struct value_print_options *); +/* Implement la_value_print_inner for Modula-2. */ + +extern void m2_value_print_inner (struct value *, struct ui_file *, int, + const struct value_print_options *); + extern int get_long_set_bounds (struct type *type, LONGEST *low, LONGEST *high); -- cgit v1.1