diff options
Diffstat (limited to 'gdb/language.h')
-rw-r--r-- | gdb/language.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/language.h b/gdb/language.h index e36da31..5e029ea 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -31,6 +31,7 @@ struct expression; struct ui_file; struct value_print_options; struct type_print_options; +struct lang_varobj_ops; #define MAX_FORTRAN_DIMS 7 /* Maximum number of F77 array dims. */ @@ -344,6 +345,9 @@ struct language_defn symbol_found_callback_ftype *callback, void *data); + /* Various operations on varobj. */ + const struct lang_varobj_ops *la_varobj_ops; + /* Add fields above this point, so the magic number is always last. */ /* Magic number for compat checking. */ |