diff options
Diffstat (limited to 'gdb/f-lang.h')
-rw-r--r-- | gdb/f-lang.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/f-lang.h b/gdb/f-lang.h index 1ccdd39..1306b13 100644 --- a/gdb/f-lang.h +++ b/gdb/f-lang.h @@ -193,6 +193,9 @@ public: && TYPE_TARGET_TYPE (type)->code () == TYPE_CODE_CHAR)); } + struct value *value_string (struct gdbarch *gdbarch, + const char *ptr, ssize_t len) const override; + /* See language.h. */ const char *struct_too_deep_ellipsis () const override |