Introduce f_value_print_innner
This introduces f_value_print_innner. gdb/ChangeLog 2020-03-13 Tom Tromey <tom@tromey.com> * f-valprint.c (f_value_print_innner): New function. * f-lang.h (f_value_print_innner): Declare. * f-lang.c (f_language_defn): Use f_value_print_innner.
This commit is contained in:
parent
c0941be613
commit
24051bbe84
4 changed files with 23 additions and 1 deletions
|
@ -41,6 +41,12 @@ extern void f_val_print (struct type *, int, CORE_ADDR,
|
|||
struct value *,
|
||||
const struct value_print_options *);
|
||||
|
||||
/* Implement la_value_print_inner for Fortran. */
|
||||
|
||||
extern void f_value_print_innner (struct value *val, struct ui_file *stream,
|
||||
int recurse,
|
||||
const struct value_print_options *options);
|
||||
|
||||
/* Language-specific data structures */
|
||||
|
||||
/* A common block. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue