aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index efc3643..fbe5868 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -1019,6 +1019,10 @@ extern const char multiple_symbols_cancel[];
const char *multiple_symbols_select_mode (void);
+int symbol_matches_domain (enum language symbol_language,
+ domain_enum symbol_domain,
+ domain_enum domain);
+
/* lookup a symbol table by source file name. */
extern struct symtab *lookup_symtab (const char *);