aboutsummaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r--gdb/symmisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c
index 5dfb9fc..519df25 100644
--- a/gdb/symmisc.c
+++ b/gdb/symmisc.c
@@ -920,7 +920,7 @@ maintenance_expand_symtabs (const char *args, int from_tty)
NULL,
SEARCH_GLOBAL_BLOCK | SEARCH_STATIC_BLOCK,
UNDEF_DOMAIN,
- ALL_DOMAIN);
+ SEARCH_ALL);
}