diff options
Diffstat (limited to 'gdb/jv-lang.c')
-rw-r--r-- | gdb/jv-lang.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/jv-lang.c b/gdb/jv-lang.c index 63bcc98..9c2cc13 100644 --- a/gdb/jv-lang.c +++ b/gdb/jv-lang.c @@ -31,6 +31,7 @@ #include "value.h" #include "c-lang.h" #include "jv-lang.h" +#include "varobj.h" #include "gdbcore.h" #include "block.h" #include "demangle.h" @@ -1196,6 +1197,7 @@ const struct language_defn java_language_defn = default_get_string, NULL, /* la_get_symbol_name_cmp */ iterate_over_symbols, + &java_varobj_ops, LANG_MAGIC }; |