gdb/fortran: Add new 'info modules' command
[deliverable/binutils-gdb.git] / gdb / symtab.h
index 20c11d16cf84b16e517e3ccf4b990d5985169a6a..72d1c7ff84854b3ae3486a3626bc1259b810dd09 100644 (file)
@@ -831,8 +831,11 @@ enum search_domain
   /* All defined types */
   TYPES_DOMAIN = 2,
 
+  /* All modules.  */
+  MODULES_DOMAIN = 3,
+
   /* Any type.  */
-  ALL_DOMAIN = 3
+  ALL_DOMAIN = 4
 };
 
 extern const char *search_domain_name (enum search_domain);
This page took 0.025352 seconds and 4 git commands to generate.