summaryrefslogtreecommitdiff
path: root/gdb/typeprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/typeprint.h')
-rw-r--r--gdb/typeprint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/typeprint.h b/gdb/typeprint.h
index a458aa4e2f3..a2058b01202 100644
--- a/gdb/typeprint.h
+++ b/gdb/typeprint.h
@@ -35,6 +35,9 @@ struct type_print_options
/* True means print typedefs in a class. */
unsigned int print_typedefs : 1;
+ /* The number of nested type definitions to print. -1 == all. */
+ int print_nested_type_limit;
+
/* If not NULL, a local typedef hash table used when printing a
type. */
struct typedef_hash_table *local_typedefs;