X-Git-Url: https://repo.jachan.dev/binutils.git/blobdiff_plain/27710edb4e588d0360620df424dd7ee7e8cfafee..HEAD:/gdb/rust-lang.h diff --git a/gdb/rust-lang.h b/gdb/rust-lang.h index f4c7b7fc1c..a1d10263fe 100644 --- a/gdb/rust-lang.h +++ b/gdb/rust-lang.h @@ -107,6 +107,13 @@ public: /* See language.h. */ + bool can_print_type_offsets () const override + { + return true; + } + + /* See language.h. */ + void print_type (struct type *type, const char *varstring, struct ui_file *stream, int show, int level, const struct type_print_options *flags) const override;