diff options
Diffstat (limited to 'gdb/python/python.h')
-rw-r--r-- | gdb/python/python.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/python/python.h b/gdb/python/python.h index ae808c0..affd4a4 100644 --- a/gdb/python/python.h +++ b/gdb/python/python.h @@ -31,6 +31,7 @@ void source_python_script (FILE *stream, const char *file); int apply_val_pretty_printer (struct type *type, const gdb_byte *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, + const struct value *val, const struct value_print_options *options, const struct language_defn *language); |