summaryrefslogtreecommitdiffstats
path: root/gdb/symtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 72f9287849..e497bed376 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -412,6 +412,9 @@ enum search_domain
/* All defined types */
TYPES_DOMAIN = 2,
+
+ /* Any type. */
+ ALL_DOMAIN = 3
};
/* An address-class says where to find the value of a symbol. */
OpenPOWER on IntegriCloud