Record nested types
[deliverable/binutils-gdb.git] / gdb / typeprint.h
index a458aa4e2f343d2bc76241b0a3c7d5ee98354639..a2058b01202e8f74a4505b3b7aff6ec1dfe36858 100644 (file)
@@ -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;
This page took 0.024348 seconds and 4 git commands to generate.