diff options
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r-- | gdb/valprint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h index 57bc033..37a7405 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -241,6 +241,7 @@ struct format_data int count; char format; char size; + bool print_tags; /* True if the value should be printed raw -- that is, bypassing python-based formatters. */ |